-
Notifications
You must be signed in to change notification settings - Fork 85
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
websocket-client compatibility fix #61
base: master
Are you sure you want to change the base?
Conversation
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.
good changed.
To solve the higher version is the problem.
because 0.37 is my used.
try it, thanks~
Why the log level changes here? |
@@ -71,23 +71,23 @@ def run(self): | |||
def __del__(self): | |||
self.close() | |||
|
|||
def on_message(self, ws, message): |
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.
The websocket-client
README indicates that this argument is still used, why the discrepancy?
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.
Maybe documentation is outdated
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.
It seems that they do, indeed, pass two arguments. Which version have you tested your code with?
Why not? It's a different commit in the same pull request. What's wrong with it? |
I'm just wondering what your motivation is for it. |
No description provided.