You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about adding a function that can serve events from a specified net.PacketConn or do you have a will to accept a PR with this feature?
The text was updated successfully, but these errors were encountered:
The thing is that I need to use my net.PacketConn in multiple places and not stick it for evio only. I have an app that sends a lot of packets through UDP socket and evio simply process replies.
hm, looks like there should be no issue with this. i use the same approach for http/grpc servers where i handle tls on the listener and not in the server, for example. but in this case the serve() method is private so you have to fork it :(
Hey there,
What do you think about adding a function that can serve events from a specified net.PacketConn or do you have a will to accept a PR with this feature?
The text was updated successfully, but these errors were encountered: