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
Provide support for protobuf. (Separate NuGet package?)
It would work something like this:
Client defines proto for itself.
When Subscribe is called on the Query(), the proto-aware transport layer has a specific connection negotiation step that transmits the proto to the server (directly written to the NetworkStream).
Server accepts the proto and installs it within its proto-aware transport layer.
All further communication is serialized/deserialized through a managed protobuf library.
The text was updated successfully, but these errors were encountered:
Leaving this open, but most likely I won't be supporting Protobuf. It wasn't designed for Qactive's requirements. Instead, I'm building a custom graph serializer that is specifically designed for Qactive.
Provide support for protobuf. (Separate NuGet package?)
It would work something like this:
The text was updated successfully, but these errors were encountered: