yigitbey/sehriye

server side shall do garbage collection

Opened this issue · 1 comments

garbage collection is needed in case there is something not handled on the client side (which leaves a user who is allegedly waiting for a match on the db)

garbage collection means deleting conversation records which are on pending status with an automated process.

Clients should also send a DELCON if no activity has been done for x minutes.