colyseus / colyseus-websocket-hx

(Haxe) WebSocket client aimed for all platforms
https://lib.haxe.org/p/colyseus-websocket
MIT License
28 stars 11 forks source link

Support python by using pythons' SslSocket instead of the standart socket #12

Closed fucksophie closed 1 year ago

fucksophie commented 1 year ago

This should work perfectly once https://github.com/HaxeFoundation/haxe/pull/11256 is pushed. For the time being, add https://github.com/HaxeFoundation/haxe/pull/11256 into haxe by itself. This fixes all SSL-related bugs on Python.

endel commented 1 year ago

Thank you, I don't use Python so I'll rely on your testing for it 😅