This issue has been created
There are 7 updates.
 
 
XWiki Commons / cid:jira-generated-image-avatar-eba23379-c64f-4003-a726-9d20b658b08f XCOMMONS-3425 Open

The Netflux WebSocket endpoint delays replies for no good reason

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c8e4ccd7-e61e-4306-8ef9-236316d7be29 Marius Dumitru Florea created this issue on 23/Sep/25 09:05
 
Summary: The Netflux WebSocket endpoint delays replies for no good reason
Issue Type: cid:jira-generated-image-avatar-eba23379-c64f-4003-a726-9d20b658b08f Bug
Affects Versions: 16.10.11, 17.4.4, 17.8.0-rc-1
Assignee: Unassigned
Components: Netflux
Created: 23/Sep/25 09:05
Priority: cid:jira-generated-image-static-major-f131e152-6267-491b-829d-210d7d9394b4 Major
Reporter: Marius Dumitru Florea
Description:

The current implementation collects the replies and sends them when receiving the next message. I don't understand the reason behind this. One effect of this is that when someone leaves the session, the rest are notified with a delay. This makes it hard to know reliably how many users are currently in the realtime session, e.g. if we want to do some special action when a user remains alone in the session.

 
 

7 updates

 
cid:jira-generated-image-avatar-c8e4ccd7-e61e-4306-8ef9-236316d7be29 Changes by Marius Dumitru Florea on 23/Sep/25 09:06
 
Fix Version: 16.10.12
Fix Version: 17.8.0
Fix Version: 17.4.5
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Marius Dumitru Florea
Tests: Unit