Skip to content

added logic to handle different websocket frames #657

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

Merged
merged 3 commits into from
Jul 3, 2019

Conversation

robertroeser
Copy link
Member

Currently if the WebSocket transport receives a frame a Ping,Pong or Close frame it doesn't handle it properly. It passes it on to RSocket which creates an exception. I added logic to handle the ping and pong frames. I also added logic to handle a close frame.

@robertroeser robertroeser force-pushed the bugfix/handlePingFrame branch from d60b263 to ec8085d Compare July 2, 2019 20:02
Signed-off-by: Robert Roeser <[email protected]>
Signed-off-by: Robert Roeser <[email protected]>
@robertroeser robertroeser merged commit d88767c into develop Jul 3, 2019
@robertroeser robertroeser deleted the bugfix/handlePingFrame branch July 5, 2019 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant