Skip to content

JackOfMostTrades/grpc-java-issue-8120

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an self-contained reproducer for this issue.

To run this reproducer, start the Server class in one shell: ./gradlew server

In a separate shell, run the Client class: ./gradlew client

In the server's shell, you will see the following logged:

Server saw stream closed on method DemoService/DemoBiDirectional with status Status{code=UNAVAILABLE, description=connection terminated for unknown reason, cause=null}
server onError(): Status{code=CANCELLED, description=client cancelled, cause=null}
interceptor close(): Status{code=CANCELLED, description=Cancelling request because of error from client., cause=null}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages