You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
@mllamazing please submit your questions to websockets library users/developers, e.g. on https://github.com/aaugustin/websockets
Your questions are not related to (low level) asyncio library, but rather to (high level) websockets library.
Also I can recommend to try to use aiohttp for websockets.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have this code to interact with a websocket api using
async
andwebsokets
python libraries:So I have the following in main.py:
The problem is that it doesn't preserve the authorized session, so this is the output:
As you see, the login call are working ok, but when calling and sending the
hello
insendtest
function, the session is not the same.modifying my class structure)?
The text was updated successfully, but these errors were encountered: