grpc-java/core
zpencer c0fc6785c1 core: JumpToApplicationThreadServerStreamListener should not close context (#3055)
Calling CancellableContext#close() multiple times does not cause problems, but is unnecessary here. The return value of getListener() is a ServerStreamListenerImpl, which already calls CancellableContext#cancel() inside of the finally block of ServerStreamListener#closed().
2017-06-05 08:37:51 -07:00
..
src core: JumpToApplicationThreadServerStreamListener should not close context (#3055) 2017-06-05 08:37:51 -07:00
build.gradle all: swap to newer animalsniffer plugin 2017-02-07 12:49:01 -08:00