mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
update documentation, remove tabs
This commit is contained in:
parent
2c9ce0864f
commit
25a9462f1f
84 changed files with 2163 additions and 2278 deletions
|
|
@ -182,7 +182,7 @@ the default answer. (Private)"
|
|||
(setf (gethash connection *connections*) id)
|
||||
(setf (gethash id *connection-ids*) connection)
|
||||
(setf (gethash id *connection-data*)
|
||||
(make-hash-table* :test #'equal))
|
||||
(make-hash-table* :test #'equal))
|
||||
(setf (gethash "connection-id" (get-connection-data id)) id)
|
||||
(format t "New connection id - ~A - ~A~%" id connection)
|
||||
(websocket-driver:send connection
|
||||
|
|
@ -233,7 +233,7 @@ the default answer. (Private)"
|
|||
(let* ((event-hash (get-connection-data id))
|
||||
(event (when event-hash
|
||||
(gethash event-id
|
||||
event-hash))))
|
||||
event-hash))))
|
||||
(when event
|
||||
(funcall event data)))
|
||||
(t (c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue