We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b47df commit d33e0daCopy full SHA for d33e0da
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
#### 0.8.2 (Next)
4
5
+* [#80](https://github.com/slack-ruby/slack-ruby-bot-server/pull/80): Fix: closed stream when closing connection in ping worker - [@dblock](https://github.com/dblock).
6
* Your contribution here.
7
8
#### 0.8.1 (2018/9/20)
lib/slack-ruby-bot-server/ping.rb
@@ -72,9 +72,9 @@ def down!
72
73
def restart!
74
logger.warn "RESTART: #{owner}"
75
- close_connection
76
close_driver
77
emit_close
+ close_connection
78
false
79
rescue StandardError => e
80
logger.warn "Error restarting team #{owner.id}: #{e.message}."
0 commit comments