poe-api icon indicating copy to clipboard operation
poe-api copied to clipboard

why client.disconnect_ws() don't work?

Open PoetGcc opened this issue 2 years ago • 4 comments

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

PoetGcc avatar Jul 14 '23 05:07 PoetGcc

Having the same issue, needs constant reset.

lyra-ai avatar Jul 18 '23 22:07 lyra-ai

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.

canxin121 avatar Jul 23 '23 05:07 canxin121

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。老哥,我试试

PoetGcc avatar Jul 23 '23 05:07 PoetGcc