RobertMcCoy / CodeCollaborator

Apache License 2.0
0 stars 0 forks source link

Going home from an open collab session leaves socket open #41

Closed RobertMcCoy closed 7 years ago

RobertMcCoy commented 7 years ago

Leaving the page should probably disconnect the socket entirely under the current architecture (but as I mentioned before in a commit this is most likely implemented poorly and is probably much less efficient than leaving the socket open and handling a single session).

RobertMcCoy commented 7 years ago

Leaving the socket open is fine, we have now implemented leaving rooms from our server side connection pooling.