radudalbea
radudalbea
Hi, Could you please add a "disabled" prop. Sometimes you want to block a user to use the autocomplete until he does something else. I can make a PR but...
**Description** Doesn't work with pusher SDK. **Reproduction steps** I am using soketi with Docker. The container is the one from the official docs. On the server(nodejs) I am connecting to...
### Package version latest ### Describe the bug transmit.authorizeChannel('users/:id', (ctx: HttpContext, { id }) => { return ctx.auth.user?.id === +id }) the ctx.auth is undefined so you cannot authorize clients....