Commit e5526b1
Changed files (1)
lib
humble
lib/humble/session.rb
@@ -24,6 +24,8 @@ module Humble
end
def dispose
+ @connection.disconnect if @connection
+ @connection = nil
end
private