A RST message is a message with no payload, sent by either Dev Handler or Lowcar to indicate that the connection will be closed. This removes the jank code in dev handler that makes lowcar disconnect by sleeping (which makes lowcar thinks Dev handler is unresponsive).
For both Dev Handler and Lowcar:
Before terminating Lowcar protocol, send a RST message.
When a RST message is received, terminate the connection and clean up.
A RST message is a message with no payload, sent by either Dev Handler or Lowcar to indicate that the connection will be closed. This removes the jank code in dev handler that makes lowcar disconnect by sleeping (which makes lowcar thinks Dev handler is unresponsive).
For both Dev Handler and Lowcar:
Resolves Issue #236