Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use with multi-thread #55

Open
winlin opened this issue Jul 25, 2016 · 1 comment
Open

use with multi-thread #55

winlin opened this issue Jul 25, 2016 · 1 comment

Comments

@winlin
Copy link

winlin commented Jul 25, 2016

In multi-thread code, several socket connections will be create as for Protocal inherit 'thread.local'. But how I close the connection which is create in a thread?

@jaysonsantos
Copy link
Owner

Right now that is impossible, I am planning to remove thread.local from Protocol and let pools control the concurrency and stuff.

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

No branches or pull requests

2 participants