I was wondering, how do I make websocket/socketio work on passenger, I've heard of solutions like passenger "sticky_sessions" and "unlimited_concurrency_paths" but could never find a way to modify it.
Is there any way to make sockets work with python flask & passenger? Or is there any alternatives?
It keeps on giving "RuntimeError: Cannot obtain socket from WSGI environment." errors.
Thanks. Great service by the way.