why client.disconnect_ws() don't work?
when i use client.disconnect_ws(),doesn't seem to work。After use client.disconnect_ws(),there is still log output every once in a while. The log like:
WARNING:root:Websocket closed with status None: None ERROR:websocket:Connection to remote host was lost. - goodbye
Having the same issue, needs constant reset.
I have refactored a new asynchronous Async-Poe-Client in modern ways based on httpx and websockets, and i added some new functions.It could be faster, more stable and more convenient.Try using this version.
I have refactored a new asynchronous Async-Poe-Client in modern ways based on httpx and websockets, and i added some new functions.It could be faster, more stable and more convenient.Try using this version.
ok。老哥,我试试