Skip to content

Commit

Permalink
removed some old unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Nov 10, 2023
1 parent 9307b0f commit e9c5f1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/skyfall/stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ def initialize(server, endpoint, cursor = nil)
@server = check_hostname(server)
@cursor = cursor
@handlers = {}
@heartbeat_mutex = Mutex.new
@heartbeat_interval = 5
@heartbeat_timeout = 30
@last_update = nil
@auto_reconnect = true
@connection_attempts = 0
end
Expand Down

0 comments on commit e9c5f1c

Please sign in to comment.