# README
Routine Explanations
TCPRXRoutine
WebSocketRXRoutine
graph TD;
A((Handle \n WexSockChunk \n Transmissions )) --All JSON Chunks--> B((Run \n ChunkRouting \n Routine))
B --> B
B --> C((A_Chunk \n WebSocket \nTx))
C --> C
B --> D((B_Chunk \n WebSocket \n Routine))
D --> D
B --> E((C_Chunk \n WebSocket \n Routine))
E --> E
# Functions
CheckSessionContinuity Checks if the session data has arrived in order
returns whether data arrived in order
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Routine safe map of key value pairs of strings and channels.
No description provided by the author
No description provided by the author