Closed sarmis closed 6 years ago
https://github.com/radu-matei/websocket-manager/blob/623d2b29d684e56d8ce9071089916081ae1d7f01/src/WebSocketManager/WebSocketConnectionManager.cs#L50-L52
It's a minor issue but I think that line 52 is unnecessary (List is referenced type and does not need to be reassigned to itself)
_groups[groupID].Add(socketID);
cc @miker1423, who actually implemented the groups API.
Thanks!
yes, its unnecessary, I'll fix it ASAP.
ready, can someone review the fix? is PR #55
Closing this as of #55. Thanks a lot for your contribution!
https://github.com/radu-matei/websocket-manager/blob/623d2b29d684e56d8ce9071089916081ae1d7f01/src/WebSocketManager/WebSocketConnectionManager.cs#L50-L52
It's a minor issue but I think that line 52 is unnecessary (List is referenced type and does not need to be reassigned to itself)