You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the base protocol doesn't have any sort of handshake, each message should include a version field. We could use semver for the version comparison, but we would need to sort out how it is applied on the receiving side and sort out how a mismatch is communicated back to the sender and the code that the control channel is hosted in.
Since the base protocol doesn't have any sort of handshake, each message should include a version field. We could use semver for the version comparison, but we would need to sort out how it is applied on the receiving side and sort out how a mismatch is communicated back to the sender and the code that the control channel is hosted in.
This came up during the review of #10 (which was intended to fix strongloop/strong-supervisor#73)
The text was updated successfully, but these errors were encountered: