Miguel Ferreira
Miguel Ferreira
Yes, the problem still persists and this turns the package unusable for many situations, which is unfortunate given its quality... I hope that this can get fixed!
Hi! @guarin, is there any Segmentation downtask example code available? Thank you!
Thank you @philippmwirth !
@swbenjamin, you can do something like this: ``` DispatchQueue.global(qos: .background).async { let group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount) (...) } ``` This way I'm no longer receiving the Xcode warning :)
I'm dealing with the same issue. Any update @phansen-nd ?
> @miguel-arrf no we ended up using a different network handler because this didn't work. Oh... @phansen-nd . Thank you anyway!
Hi @maail ! Thank you for the reply! The feature that I think is missing (as least it was) is [Realtime Presence](https://supabase.com/docs/guides/realtime/presence). I've implemented this in my app by embeding...
Hi! :) Is there any update on this? I'm having an issue because after a couple of minutes/hours the Python client connection dies (complains about JWT, and apparently it is...