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
feat: streams are now using a RPCStream interface that extends ReadableWritablePair and includes a cancel(reason?: any) method and generic metadata
- created `RPCStream` interface, updating code
- fixing tests
- client now includes metadata in remote errors
- `RPCServer` includes metadata in the `RPCStream` and propagates cancel/meta to middleware
- improved cancellation feature of the server `RPCStream`
[ci skip]
0 commit comments