The variable event-emitter::T is unbound.
[Condition of type unbound-variable]
Restarts:
0: [continue] Retry using event-emitter::T.
1: [use-value] Use specified value.
2: [store-value] Set specified value and use it.
3: [abort] abort thread (#<thread "hunchentoot-worker-127.0.0.1:37494" running {1001897CD3}>)
I fixed it by changing the return value of this function from T to t.
I tried clack with websocket-driver to create a websocket server:
When it receives a message, it throws this error:
The variable event-emitter::T is unbound. [Condition of type unbound-variable]
Restarts: 0: [continue] Retry using event-emitter::T. 1: [use-value] Use specified value. 2: [store-value] Set specified value and use it. 3: [abort] abort thread (#<thread "hunchentoot-worker-127.0.0.1:37494" running {1001897CD3}>)
I fixed it by changing the return value of this function from T to t.