Replace bincode dependency #206

Open
opened 2026-04-28 00:55:27 +02:00 by oysteikt · 0 comments
Owner

bincode is unfortunately no longer maintained. We need to find a new serialization format for socket communication. Would be nice (but not required) to keep the binary format, but we could also make the move to varlink (see zlink)

It should be put into a Framed, also beware that we should set a max limit (as implemented for #100)

bincode is unfortunately no longer maintained. We need to find a new serialization format for socket communication. Would be nice (but not required) to keep the binary format, but we could also make the move to varlink (see [zlink](https://github.com/z-galaxy/zlink)) It should be put into a `Framed`, also beware that we should set a max limit (as implemented for #100)
oysteikt added the securitytechdebt spring cleaning labels 2026-04-28 00:55:27 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/muscl#206