Replies: 1 comment
-
Yes, aiohttp is used for both HTTP polling and websocket in the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm planning to use python-socketio running on embedded linux (so I will have cpython), as I'll only be using
websocket
transport I wonder if it's possible to not add theaiohttp
dependencie when using AsyncClient. I tested with the sync client and it worked just fine with onlywebsocket-client
, but I need to use the AsyncClientbtw, thanks for this project!
edit: looking better to the code I think that aiohttp is not just used with the polling transport but also with the websocket transport, right?
Beta Was this translation helpful? Give feedback.
All reactions