Hi, I'm a bit new to both websockets and Immutant. When using as-channel
from immutant.web.async
, is it possible to make data in the original request available in the websockets callbacks? I'm using JWT tokens, and am storing things like username/user-id etc in those, and would like to access this information in the on-message
callback
I found it myself, (originating-request ch)
@pontus.colliander cool