Clever / thrift-pool

A module that wraps thrift interfaces in connection pooling logic to make them more resilient.
Apache License 2.0
22 stars 15 forks source link

Calling oneway function #20

Open d-chugunov opened 8 years ago

d-chugunov commented 8 years ago

When I try to call oneway function, I get "Connection timeout" error after timeout. But actually the message reaches my server. This isn't what I have expected, because the callback should have been called immediately without any error.