Hello, I'm trying to build a psgi-coroae app with websocket support, that allows async notifications from server.
Following the docs<http://uwsgi-docs.readthedocs.org/en/latest/WebSockets.html> I saw how its made in python chat async example<https://github.com/unbit/uwsgi/blob/master/tests/websockets_chat_async.py>. So I'm looking to do the same with perl In this example there is a call to uwsgi, to obtain de connection file descriptor: websocket_fd = uwsgi.connection_fd() So when the server wants to send a message to client throught websocket can use it. Is there any way to obtain this file descriptor in perl, or am I missing something? Thanks in advance.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
