facebookarchive / swift

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

Log error if ThriftServiceProcessor failed to handle method. #317

Closed SergeyMakarenko closed 8 years ago

SergeyMakarenko commented 8 years ago

Currently if server handler failes to handle request for example due to message serialization exception client receives ClosedChannelException and server side logs are silent. This is a first step to provide more visibility in case of such errors.