tidwall/evio

how to register new connection to event loop?

devguo opened this issue · 2 comments

Thanks for the cool library.
My scenario is, server A use evio, and A need connect to server B, mark the connection as C, how to register C to the server A event loop?

I'm sorry, but I don't fully understand what you mean.

But, from the sounds of it, you want an evio server (A) to dial a non-evio server (C)?

That's not possible with the current design because evio is only for receiving connections, not dialing.

Yes, it is what i mean, thanks for your reply.