Michael Ong
Michael Ong
Also is this normal? Its adding and removing a lot of events in a short span: ``` LOG conversation - index render LOG info Attaching listener for connection.changed event ["event",...
Wow beautiful almost a month and not one dev has replied. And our client's going to pay $400/month for this 🤦🏻♂️
Tried doing that before and after `watch`. Same thing happens. Also, I do take effort (three whole working days, in fact) in doing all machinations and permutations of the API...
This is an excerpt of our code in handling channel conversation: ``` useEffect(() => { let channel: Channel | null; let unsubEvent: () => void = () => {}; switch...