uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
134 stars 65 forks source link

Use native epoll transport if available #162

Closed yborovikov closed 7 years ago

yborovikov commented 7 years ago

With this patch TChannel will use native epoll transport if it's available.

yborovikov commented 7 years ago

Fixed by 7c38efe.

yborovikov commented 7 years ago

already merged.