Rodrigo

Results 113 comments of Rodrigo

@201524547 It was something i had reported time ago, it disconnects and never re-connects back to the channel if the component re-renders @mayteio All you have to do is simply...

Sure i'll do that but i think i found why its probably happening, let me explain it quickly There are types of channels that need to be persisted while the...

At some point if my event uses that channel somehow its unsubscribing, i tried that but i can check again What i ended up doing is check if the channel...

@jan-wilhelm Indeed, it does but what i would suggest @mayteio is that instead of just unsubscribing the channel (checking first if there are any more active subscribers) because this issue...

I have a simple workaround for this, i have a middleware on Pusher.log method and i simply check if the message type includes callback not handled but its not so...

I have checked and also asked for Generics, i think what you are asking is a basic thing that everyone would benefit and shouldn't be hard to implement but there...

@jmcdo29 This was the idea we talked about, not exactly like this because i think it would make more sense having an adaptor for the different buses which would provide...

@magicmatatjahu Thanks for the fast reply and yes i want to turn the nestjs package available for everyone, i had a custom package already for my personal usage but it...

I will take a look at react-web-component but as you said it won't be similiar to the playground right? I need to check also the tradeoffs Regarding types, i can...

@jonaslagoni But if you could generate that ahead of time and include in package json, NPM would include and typescript would detect (d.ts files) automatically @magicmatatjahu Btw i forgot to...