Set readyState to 3: CLOSED once the Get() stream is closed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- landfeb4 (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/grpc/ClientGetReadReactor.h | ||
---|---|---|
31 | Thanks for catching that, will update this diff with that change |
native/cpp/CommonCpp/grpc/ClientGetReadReactor.cpp | ||
---|---|---|
59 |
I don't think so? OnDone is called by the gRPC threads when the Get stream is closed . status gives us an idea of why it may have closed, but I think we only need to worry about setting readyState correctly. I definitely don't think we want to throw, we should be able to handle things gracefully with just readyState |