Necdet Can Atesman
Necdet Can Atesman
I was having the exact some problem, but I think the loop needs to be referenced as `self.factory.loop`. Added a pull request that should resolve this issue.
I don't know about the cross-platform compatibility, but the autobahn.asyncio.websocket.WebSocketServerFactory (which is a dedicated class for use with asyncio) is explicitly accepting a loop keyword in its constructor and the...
Not really. The issue for me is that there is a global event loop, which prevents me from running multiple loops in different threads. Actually my requirements are even more...
I have also seen this other issue #1199 related to context formatting, which also has an open pull request #1472. I would be willing to contribute a PR for this...
I am aware of that. But I can delete that bit when using the UI. I can't delete it when merging through the API.