Open
Description
I think the problem is that received messages are enqueued (in WebsocketBase._handler) regardless of whether the message corresponds to a request or not:
https://github.com/XRPLF/xrpl-py/blob/main/xrpl/asyncio/clients/websocket_base.py#L139
This should probably be inside of an else-clause to the preceding if-clause.
Metadata
Metadata
Assignees
Labels
No labels