How can I use AsyncClient without aiohttp when using only websocket transport #1463
|
I'm planning to use python-socketio running on embedded linux (so I will have cpython), as I'll only be using btw, 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? |
Answered by
miguelgrinberg
May 14, 2025
Replies: 1 comment 1 reply
|
Yes, aiohttp is used for both HTTP polling and websocket in the client. |
1 reply
Answer selected by
ericsouza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, aiohttp is used for both HTTP polling and websocket in the client.