-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
protected method `close' called for #<Slack::RealTime::Concurrency::Eventmachine::Socket> #101
Comments
That just looks like a bug with EventMachine, as the RealTime client calls close. It needs a spec and, likely a trivial fix. For Celluloid the close method is public, and for EventMachine it's inherited and is private. Please feel free to contribute, I will eventually fix this either way, but can't promise it fast. |
I'm currently too busy to do and also not really experienced with ruby so I'll gladly wait :) |
Fixed in https://github.com/dblock/slack-ruby-client/pull/102, please do try it from HEAD @MeFisto94 let me know if that worked? |
I'll try but it takes some time until it appears again.
|
Generally, you definitely want to update Ruby to 2.3.x and bundler along with it. This is just the first error, there will be a lot more. |
This was released in 0.7.7. |
Just wanted to give feedback. I managed to update Ruby and didn't experience a crash since then (10 days), so it indeed seems solved. |
Hey Guys,
So I'm running a slack-ruby-bot Instance which crashes after a few days with the follwing log:
With the follwing gems/versions:
(Some Gems omitted).
Any help appreciated 😄
The text was updated successfully, but these errors were encountered: