Sameer Trivedi
Sameer Trivedi
For react native/expo with hermes engine, this actually works, I cannot understand why it is like that, any insigths would be very helpful. > ```js > import * as _Jimp...
Does it even work with Expo? If there is a linking issue that means we cannot use it with expo.
How is this still a problem.
I have tried doing that but still the same thing. After repeatedly trying with a script, I can see a lot of messages are just not being published even when...
This will only happen when server keeps sending you events. On message only fires when server sends events. To mitigate this (since you don't have control over the server): call...
More info when I increased log level: There are these logs: `level=debug msg="Received client for partition 18" app_id=consumer` These happen every few seconds for a different partition, and then it...
@oising thanks for linking it, although I still can't figure out the slow sequential establishment of ownership for partitions. Since it happens even when there are no leases in the...
I am using the latest beta and facing the same issue, any workarounds?
I am using Topaz, it could be the theme, it works fine on the default theme. I made a monkey patch for topaz if someone needs it ```html (function() {...
The issue stems from the use of SSR, server does not have a `window` object. The only fix I was able to do was not use SSR. Not much we...