Clean up
This commit is contained in:
parent
2a9cd03c47
commit
8c34a450c1
6 changed files with 17 additions and 33 deletions
3
test.py
3
test.py
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue