facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

The worker thread count is now manageable inside ThriftClientManagerConfig #234

Closed scottgoldwater closed 9 years ago

scottgoldwater commented 9 years ago

I created a fix that resolves #228. All of the tests pass. The thread input value is not checked, however it is checked once it is given to Netty.

alandau commented 9 years ago

Merged, thanks!