transmit
transmit copied to clipboard
A Server-Sent-Event module for AdonisJS
### Package version @adonisjs/[email protected] ### Describe the bug Is it possible to include some kind of channel name scoping when using Redis as transport provider. When using same Redis instance...
### Package version 1.0.2 ### Describe the bug Hello, I have a huge problem with the transmit authorization, I have a authorization for a channel :  with this policy...
### 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....
### Package version 2.0.2 ### Describe the bug Is it possible to get list of all connected clients for specific channel in PM2 env with multiple nodes and Redis transport?...
### Package version 1.0.2 ### Describe the bug Hello guys, When when I try to create a transmit instance like that with https baseUrl in the frontend : ``` transmitInstance...