You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if it would be better to make server.sockets an iterable of Socket objects (rather than a dict of sessid: sockets) and move the current server.sockets to server._sockets. This would clean up some code:
I'm wondering if it would be better to make
server.sockets
an iterable ofSocket
objects (rather than a dict of sessid: sockets) and move the currentserver.sockets
toserver._sockets
. This would clean up some code:becomes
The text was updated successfully, but these errors were encountered: