Hello Miguel,
I run a Flask SocketIO server and am able to connect with browser's javascript code. However, I am trying to build a C# .Net app and am getting Handshake errors. I can't use gevent or eventlet in my case as the app is pretty multithreaded (lot of ctypes c modules), so I need to fallback to socket.io and not websockets. There are not many C# libs for direct socket.io connections. Do you know of some compatible ones or examples somewhere ?
Thank you !
Hello Miguel,
I run a Flask SocketIO server and am able to connect with browser's javascript code. However, I am trying to build a C# .Net app and am getting Handshake errors. I can't use gevent or eventlet in my case as the app is pretty multithreaded (lot of ctypes c modules), so I need to fallback to socket.io and not websockets. There are not many C# libs for direct socket.io connections. Do you know of some compatible ones or examples somewhere ?
Thank you !