Closed jwoertink closed 1 year ago
https://github.com/cable-cr/cable/blob/e725d9e4c5f638a7d26092256377aa8ad618a173/src/cable/websocket_pinger.cr#L29
instead of @socket.ping(Time.utc.to_unix.to_s)?
@socket.ping(Time.utc.to_unix.to_s)
@mjeffrey18 would you happen to know?
@jwoertink mostly to keep the same as rails ~ping~ beat command
https://github.com/cable-cr/cable/blob/e725d9e4c5f638a7d26092256377aa8ad618a173/src/cable/websocket_pinger.cr#L29
instead of
@socket.ping(Time.utc.to_unix.to_s)
?@mjeffrey18 would you happen to know?