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 library may be used to pack/unpack messages to communicate with a client or a server.
So it will be good for the library to have stream APIs like this: MsgPack.Packer.packStream : System.IO.Stream -> MsgPack.Value -> System.IO.Stream
This library may be used to pack/unpack messages to communicate with a client or a server.
So it will be good for the library to have stream APIs like this:
MsgPack.Packer.packStream : System.IO.Stream -> MsgPack.Value -> System.IO.Stream