websocket really should stay running so catch TypeError too
This commit is contained in:
parent
6b9e7ef3ec
commit
f335c1881b
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ begin
|
||||||
debug_pp "Could not unsubscribe socket for #{user_id}"
|
debug_pp "Could not unsubscribe socket for #{user_id}"
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
rescue RuntimeError, ArgumentError => e
|
rescue RuntimeError, ArgumentError, TypeError => e
|
||||||
debug_pp "Could not open socket for request with cookie: #{ws.request["cookie"]}"
|
debug_pp "Could not open socket for request with cookie: #{ws.request["cookie"]}"
|
||||||
debug_pp "Error was: "
|
debug_pp "Error was: "
|
||||||
debug_pp e
|
debug_pp e
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue