ServiceProcessor.RegisterStreamingHandler
fails to return error to the client when failing to start.
#669
Labels
ServiceProcessor.RegisterStreamingHandler
fails to return error to the client when failing to start.
#669
When a streaming handler returns a non-nil error, it is logged but the client is not informed of the call's failure.
blocks the client until the channel is closed via timeout.
See #668 for a test case triggering it.
The text was updated successfully, but these errors were encountered: