You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added support for client interceptors, which can be configured through Client constructor's interceptors parameter. Interceptors will be
executed by Client.$createStreamingCall and Client.$createUnaryCall.
Using interceptors requires regenerating client stubs using version 19.2.0 or
newer of protobuf compiler plugin.
Client.$createCall is deprecated because it does not invoke client
interceptors.
Fix issue #380 causing
incorrect duplicated headers in gRPC-Web requests.
Change minimum required Dart SDK to 2.8 to enable access to Unix domain sockets.
Add support for Unix domain sockets in Socket.serve and ClientChannel.
Fix issue #331 causing
an exception in GrpcWebClientChannel.terminate().