Skip to content

Conversation

@bnbarham
Copy link
Contributor

@bnbarham bnbarham commented Dec 5, 2025

  1. Rename readQueue to receiveQueue to match receiveFD
  2. Add name into all queues (helps debugging in tests, which often have two connections in a single process)
  3. Close mirror file handles
  4. Rename the send that assumes it is on queue to sendAssumingOnQueue
  5. Move all DispatchData to Data
  6. Read multiple bytes at a time during the header phase

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

1. Rename `readQueue` to `receiveQueue` to match `receiveFD`
2. Add `name` into all queues (helps debugging in tests, which often
   have two connections in a single process)
3. Close mirror file handles
4. Rename the `send` that assumes it is on queue to
   `sendAssumingOnQueue`
5. Move all `DispatchData` to `Data`
6. Read multiple bytes at a time during the header phase
@bnbarham bnbarham force-pushed the rpc-review-comments branch from 5acb90d to 9300396 Compare December 9, 2025 03:15
@bnbarham bnbarham merged commit 156e250 into swiftlang:main Dec 9, 2025
48 checks passed
@bnbarham bnbarham deleted the rpc-review-comments branch December 9, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants