* fixing yet another bug associated with websockets and reconnect

This commit is contained in:
Seth Call 2014-05-03 08:50:06 -05:00
parent 30b3098244
commit 15936855e9
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ module JamWebsockets
ConnectionManager.active_record_transaction do |connection_manager|
heartbeat_interval, connection_stale_time, connection_expire_time = determine_connection_times(context.user, client_type)
heartbeat_interval, connection_stale_time, connection_expire_time = determine_connection_times(context.user, context.client_type)
connection_manager.reconnect(connection, connection.music_session_id, nil, connection_stale_time, connection_expire_time)
end if connection.stale?
end