-
Notifications
You must be signed in to change notification settings - Fork 193
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
SlackMessagePostedListener stops working after some time #269
Comments
Same here. |
This is related with the Goodbye Event that is not properly treated in this library. The library should reconnect when receive this event |
@octavioroncal Do you happen to know of any workaround? Is this an event we can catch ourselves in our code? Slack has seemingly increased the frequency of these goodbye events, and I'm now forced to restart my app every 12 hours in order to keep it running |
I've changed this library by https://github.com/seratch/jslack-maintenance-releases. This is a complete implementation of the Slack API and is currently maintained. |
Got the same problem and
and I am receiving goodbye events without being disconnected so far. |
Previous solution didn't work either, so I ended up creating a subclass of the session and intercepting the goodbye event in the onMessage method:
|
Hi,
Thanks for this package. When I use messagePostedListener, after some time (like 2-3 hours later), this listener does not get executed. What could be the reason for that?
It is working fine when I first start the app.
Thanks.
The text was updated successfully, but these errors were encountered: