fullstorydev / grpchan

Channels for gRPC: custom transports
MIT License
204 stars 23 forks source link

grpchantesting: prevent panic in bidi stream of test service #26

Closed jhump closed 5 years ago

jhump commented 5 years ago

The test service implementation of the bidi stream would panic (nil dereference) If it received no requests. This fixes it.