-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose onStateChanged from Http2ClientConnection #428
Comments
Up, why is this only visible for testing ? |
Yes, please! |
This would be great to have on the channel, similar to how it's done in the python implementation (https://github.com/grpc/grpc/blob/master/src/python/grpcio/grpc/_channel.py#L1493). |
Any update on that? It seems pretty essential to be able to know the state of the current connection. |
Looks like this has been fixed with #565 (3.1.0). |
@mraleph @micheljung @Cobinja
Could be nice to add comment about Web at least, as |
It is documented on the property itself. |
Right now this field is marked as
visibleForTesting
. But it would be awesome to monitor the state of the stream and even expose aStream<ConnectionState>
.The text was updated successfully, but these errors were encountered: