Skip to content
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

Added Support for sending binary to WSS #82

Closed
wants to merge 1 commit into from

Conversation

chy8803
Copy link

@chy8803 chy8803 commented Apr 1, 2022

No description provided.

if body == "2":
name = "2 heartbeat"
else:
# hoping this is a subscribe type message, try to detect name
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this code really relevant for binary messages?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I push the wrong commit. Let me fix it rq

@@ -5,6 +5,7 @@
import gevent
import websocket
from locust import User
from websocket._abnf import *
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is never used, is it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I push the wrong commit. Let me fix it rq

@chy8803 chy8803 closed this Apr 1, 2022
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.

None yet

2 participants