Chat doesn't update real time? Requires refresh?
I've created a space group chat, and is the chat not real time? When someone posts a message it's not displayed to others right away, and page requires a refresh?
So we pull new messages every 30-40 seconds. In a sense, it's near real-time but not like FB / WhatsApp.
Shahjahan JewelΒ Got it!
What about the feed / spaces / comments? Do they update automatically as well in this interval, or requires a refresh?
Miles SΒ For new feeds, it shows a ticker. For comments, no.
I have a solution for chat but fluentmessaging would require a tiny update - maybe WPMN could jump on it or DM me?
FluentMessaging Broadcasting Bug
Location: fluent-messaging/app/Http/Controllers/ChatController.php:390-420
Problem: FluentMessaging's addMessage() method has a bug where it skips broadcasting when last_message_id parameter is present
Impact: Web chat always sends last_message_id in requests for polling updates, causing all web messages to skip broadcasting
Also No Custom Pusher/Sockudo Integration Point. If you could open a little we could for free do awesome stuff:
Use custom WebSocket servers (like Sockudo), Override PusherHelper with custom implementation, Hook into message creation to add custom broadcasting
Vibe CodeΒ what was your solution for chat?
MicarlΓ© CalleaΒ I think not needed anymore because Ninja team made websocket already