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.
Features
fRPC now uses the VarInt encoding format under the hood (added in polyglot-go v0.5.0) which should help reduce the number of bytes an RPC call is serialized to
A new CloseError type has been added which, when returned by an RPC call, causes the connection to be closed after the message is written. This can be useful for authentication or connection management.
Streaming is now available! The API matches gRPC's so it should be a drop-in replacement!
Changes
The polyglot-go dependency has been bumped to v0.5.0
The frisbee-go dependency has been b umped to v0.7.0