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
Write an encoder and decoder for messages that can contain arbitrary data. This will need a wire protocol. My proposal is to use something simple like:
<header-length><body-length><header><body>
where header contains:
<message-type><other-data>
The text was updated successfully, but these errors were encountered:
Write an encoder and decoder for messages that can contain arbitrary data. This will need a wire protocol. My proposal is to use something simple like:
where header contains:
The text was updated successfully, but these errors were encountered: