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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, aiohttp is used for both HTTP polling and websocket in the client. |
Beta Was this translation helpful? Give feedback.
Yes, aiohttp is used for both HTTP polling and websocket in the client.