radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

Unnecessary assignment (?) #54

Closed sarmis closed 6 years ago

sarmis commented 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)

radu-matei commented 6 years ago

cc @miker1423, who actually implemented the groups API.

Thanks!

miker1423 commented 6 years ago

yes, its unnecessary, I'll fix it ASAP.

miker1423 commented 6 years ago

ready, can someone review the fix? is PR #55

radu-matei commented 6 years ago

Closing this as of #55. Thanks a lot for your contribution!