mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add pong
This commit is contained in:
parent
0cc8aca4da
commit
56507c1300
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@
|
|||
{if ((c[1] !== null) && (typeof c[1] === 'object') && (c[1].nodeType===1))
|
||||
{if (c[1].isConnected===false) {$(clog['body']).trigger('gc', c[0])}}})"))
|
||||
(when *verbose-output*
|
||||
(format t "Connection ~A Ping~%" connection-id)))
|
||||
(format t "Connection ~A Ping~%" connection-id)
|
||||
(execute connection-id "null")))
|
||||
((equal (first ml) "E")
|
||||
;; an event
|
||||
(let* ((em (ppcre:split " " (second ml) :limit 2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue