Ideally you should avoid sharing sockets between threads, each thread will have 
its own event loop, all you need to do is perform IO for each threads' 
respective sockets there.

Reply via email to