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
Description: upgrade_done is a global flag but WebSocket upgrades happen per connection. This can cause incorrect behavior when multiple clients connect simultaneously. It should be tracked per connection instead of globally.
Description:
upgrade_doneis a global flag but WebSocket upgrades happen per connection. This can cause incorrect behavior when multiple clients connect simultaneously. It should be tracked per connection instead of globally.