Skip to content

Conversation

xiacunshun
Copy link

The hanging is due to eof_received = threading.Lock() hold by client which is requested by server.
The client keep the lock because the reader.read() does not return as expected.
So I try to use asyncio.wait_for to make it return if nothing recieved.

@1st1
Copy link
Member

1st1 commented Sep 4, 2023

@fantix please take a look

@xiacunshun
Copy link
Author

Is there anyboby can deal with this?

@fantix
Copy link
Member

fantix commented Sep 18, 2023

Yeah, sorry for the delay! I'm looking into this.

@xiacunshun
Copy link
Author

@fantix Is there any problem?

@xiacunshun
Copy link
Author

@fantix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants