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
fix MemoryStream disposed bug in Websockets (#517)
- when the connection breaks, the MemoryStream is disposed, so a new one needs to be created
- prev, it was only created once outside the loop
- now, it will be created with every loop
0 commit comments