You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the package CLACK exists some bugs, so that the codes under Chapter websockets didn't work well on cloud server,just work well on localhost.even though the Helloworld example at https://github.com/fukamachi/clack. (defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))
The text was updated successfully, but these errors were encountered:
I found that the package CLACK exists some bugs, so that the codes under Chapter websockets didn't work well on cloud server,just work well on localhost.even though the Helloworld example at https://github.com/fukamachi/clack.
(defvar *handler* (clack:clackup (lambda (env) (declare (ignore env)) '(200 (:content-type "text/plain") ("Hello, Clack!")))))
The text was updated successfully, but these errors were encountered: