This commit is contained in:
Joscha 2019-04-07 19:03:22 +00:00
parent 2a9cd03c47
commit 8c34a450c1
6 changed files with 17 additions and 33 deletions

View file

@ -20,7 +20,8 @@ logger.setLevel(logging.DEBUG)
logger.addHandler(handler)
async def main():
conn = Connection("wss://echo.websocket.org")
conn = Connection("wss://euphoria.io/room/test/ws")
#conn = Connection("wss://euphoria.io/room/cabal/ws") # password protected
print()
print(" DISCONNECTING TWICE AT THE SAME TIME")