RobertMcCoy / CodeCollaborator

Apache License 2.0
0 stars 0 forks source link

Server-Side Cleanup #58

Open RobertMcCoy opened 6 years ago

RobertMcCoy commented 6 years ago

Since we are doing our own connection pooling to have a friendlier way to access information we need to implement a cleanup method that runs occasionally and looks for connections that have no connected socket and remove them. Right now there are no noticeable issues, but if there are 50+ rooms being stored on a server I can only imagine the performance issues that might cause.