johanbrandhorst / protobuf

GopherJS Bindings for ProtobufJS and gRPC-Web
MIT License
81 stars 16 forks source link

Cancel requests on context cancellation #25

Closed johanbrandhorst closed 6 years ago

johanbrandhorst commented 6 years ago

The gRPC-Web client added support for cancelling requests in https://github.com/improbable-eng/grpc-web/commit/80181d37b253d8b3414ac06081069832506dbbe7. We should update the version used and implement cancellation.