Hi, works for me if I comment out block starting with if @websocket.open? and Time.now.to_i - @last_pong_at > @ping_timeout/1000 Fine for me since i'm running on localhost...
Hi, works for me if I comment out block starting with
if @websocket.open? and Time.now.to_i - @last_pong_at > @ping_timeout/1000
Fine for me since i'm running on localhost...