FOCAS Tier-C PR A � Driver.FOCAS.Shared MessagePack contracts #169
Reference in New Issue
Block a user
Delete Branch "focas-tier-c-pr-a-shared"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First of 5 PRs splitting #220 per docs/v2/implementation/focas-isolation-plan.md.
What lands
Driver.FOCAS.Sharedproject (netstandard2.0) with MessagePack IPC DTOs for every FOCAS Proxy?Host interaction[4-byte BE length][1-byte kind][body], 16 MiB cap) matching Galaxy.Shared so hex dumps are cross-readableFrameReader+FrameWriterported from Galaxy.Shared with thread-safe concurrent-write serializationDTOs added
Not changed
Next
PR B:
Driver.FOCAS.Hostnet48 x86 skeleton + pipe server scaffold (returns NotImplemented for real FOCAS calls).