We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The connection with websocket has several problems and many of them are hidden.
The ping method does not validate the returned data.: https://github.com/lins05/slackbot/blob/develop/slackbot/slackclient.py#L89
It gave me some work but I was able to do the validation: https://github.com/alexsilva/django-slack-sync/blob/master/slack_sync/slackclient.py#L104
I had other problems reading websock data but using select I managed to solve it: https://github.com/alexsilva/django-slack-sync/blob/master/slack_sync/slackclient.py#L74
I leave the links as references as possible solutions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The connection with websocket has several problems and many of them are hidden.
The ping method does not validate the returned data.:
https://github.com/lins05/slackbot/blob/develop/slackbot/slackclient.py#L89
It gave me some work but I was able to do the validation:
https://github.com/alexsilva/django-slack-sync/blob/master/slack_sync/slackclient.py#L104
I had other problems reading websock data but using select I managed to solve it:
https://github.com/alexsilva/django-slack-sync/blob/master/slack_sync/slackclient.py#L74
I leave the links as references as possible solutions.
The text was updated successfully, but these errors were encountered: