New asyncio Websocket

Hi

Learning by running

Adding a breakpoint on onMessage(self, payload, isBinary), never seems to stop. I have tried setting various debug options. But doing a standard asyncio example i was able to debug so i do not understand what is going on. Must be really something obvious I am missing.
Mike

Found I had an issue with the module named “server” changing it fixed the issue.