Support for Async
Closed this issue · 3 comments
niemyjski commented
Are there any plans for Async support?
DarrellMozingo commented
Not currently. What ideas do you have? As it sends UDP packets it's a very small performance impact already (doesn't make a full TCP connection w/handshake, resend, etc).
niemyjski commented
Yeah I can see your point. I just figured it might help future proof the client in the case you wanted to also support tcp. Also some of the socket methods support async.
DarrellMozingo commented
Very true. I'd rather introduce it as and when needed, even if that means making overloads. Thanks for the suggestion though!