Hello,
My goal is to connect to Caller with path e.g. ws://localhost:8081/ws, but I want to provide additional GET paramer to URL (so it becomes more like ws://localhost:8081/ws/<resource-id>) and e.g. reject the connection. My question is, is it possible in current state of this library? Is there any DI service containing context? Maybe I can use HttpContext in handlers? Should I make my own workaround, or use WAMP host in controller method taking GET params?
Thanks in advance!