[GH-ISSUE #5] Compose Data Message #6

Open
opened 2026-03-03 19:10:52 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/5

Originally assigned to: @NghiaTranUIT on GitHub.

Description

After the connection is established, we should send the Data message to the macOS client. Our strategy is that we send a message which is consist of two parts:

  • [1]: Serve 8 bytes: It contains the length of the second message
  • [2]: The actual data message

Therefore, Proxyman macOS could read the first message and understand how long the actual message is -> To read correctly

Originally created by @NghiaTranUIT on GitHub (Oct 24, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/5 Originally assigned to: @NghiaTranUIT on GitHub. ### Description After the connection is established, we should send the Data message to the macOS client. Our strategy is that we send a message which is consist of two parts: - [1]: Serve 8 bytes: It contains the length of the second message - [2]: The actual data message Therefore, Proxyman macOS could read the first message and understand how long the actual message is -> To read correctly
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#6
No description provided.