readme; updated css theme

This commit is contained in:
Igor Shymko
2014-09-14 17:41:52 +03:00
parent 8dabbf2d62
commit 8454901b16
3 changed files with 34 additions and 10 deletions

View File

@@ -64,7 +64,7 @@
(websocket-frame-payload frame)))
mdpm:remote-clients))
:on-open (lambda (websocket) (push websocket mdpm:remote-clients))
:on-error (lambda (websocket type err) (message err))
:on-error (lambda (websocket type err) (message (concat "====> Error:" err)))
:on-close (lambda (websocket) (mdpm:drop-closed-clients))
))
(add-hook 'kill-emacs-hook 'mdpm:stop-websocket-server)