-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: initial protocol definition #1
feat: initial protocol definition #1
Conversation
b08fc2e
to
120599a
Compare
120599a
to
0d190dc
Compare
0d190dc
to
114081d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add an Internal
message type, which should not be forwarded but instead parsed by us.
One such use for this message type would be when the server receives a response with an id it doesn't know, so it informs the device it should close the connection as well.
When either part receives a close frame for id j
:
- they close the connection if they know id
j
- otherwise, they ignore the request
eceab75
to
746ff56
Compare
Message Id restored into each protocol |
Signed-off-by: rgallor <riccardo.gallo@secomind.com>
746ff56
to
d3a3fba
Compare
No description provided.