I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need multiple connections for it?
I tryed a singleton Realtime approach but then when I subscribe() sometimes the Realtime class can't keep up with createing a connection? and then I don't get any events...
Also because of the navigator is dispose not allways called so I can get up to 11 Realtime connections if all pages are visited once with only the push menu...
Recommended threads
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...
- Guideline of AI
Hello everyone, I’m planning to specialize in Artificial Intelligence (AI) and I’m currently looking for guidance from someone with strong experience in the fi...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...