mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
1142145c6d
client.setPingInterval was only called once in app.connect(), but client.disconnect() disables it, and the ping timer is never again set, even though the client can reconnect. the change passes the ping time as a parameter to the client, and the client calls setPingInterval() after a successful WS open event. |
||
---|---|---|
.. | ||
ansi.js | ||
client.js | ||
index.js | ||
irc.js | ||
linkify.js |