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
If you are able to help with any of the above, before Dec 25, we will be able to support it in Ruby 3.2 - specifically we need to support as much non-blocking IO on Windows as possible.
On Windows 10 RubyInstaller 3.0.5, no code within my
Async::WebSocket::Client.connect
block is being run, the program just hangs.On RubyInstaller 3.1.2, the situation is even worse- it crashes with the following error:
The exact same code run on WSL communicates with the websocket as expected.
Code and more information on my specific implementation here.
The text was updated successfully, but these errors were encountered: