transmit icon indicating copy to clipboard operation
transmit copied to clipboard

A Server-Sent-Event module for AdonisJS

Results 6 transmit issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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 : ![image](https://github.com/adonisjs/transmit/assets/114474918/cca61271-7031-44de-8339-a318b3091466) 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...