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

websocket-client compatibility fix #61

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

vstruk
Copy link

@vstruk vstruk commented Nov 1, 2018

No description provided.

Copy link
Contributor

@junhuanchen junhuanchen left a 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~

@skorokithakis
Copy link
Collaborator

Why the log level changes here?

@@ -71,23 +71,23 @@ def run(self):
def __del__(self):
self.close()

def on_message(self, ws, message):
Copy link
Collaborator

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?

Copy link
Author

Choose a reason for hiding this comment

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

Maybe documentation is outdated

Copy link
Collaborator

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?

@vstruk
Copy link
Author

vstruk commented Dec 23, 2018

Why the log level changes here?

Why not? It's a different commit in the same pull request. What's wrong with it?

@skorokithakis
Copy link
Collaborator

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.

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.

3 participants