Websocket async implementation must use pure async lib when available #24315
Labels
AMQP Python
Client
This issue points to a problem in the data-plane of the library.
Messaging
Messaging crew
Milestone
Currently, we use
websocket-client
library which does not have a pure async implementationwebsockets
has one, but it does not support http proxy python-websockets/websockets#364When possible use a pure async library
The text was updated successfully, but these errors were encountered: