Skip to content

Connection Idle Timeout #2040

@eemehmet

Description

@eemehmet

Description

I have a problem with jvb-to-jvb communication.When octo is active or when SplitBridgeSelectionStrategy is selected, i get the following error in jvb:

16:45:42.165 27-07-2023 SEVERE: org.jitsi.videobridge.relay.RelayMessageTransport : Colibri websocket error: Connection Idle Timeout
16:45:42.166 27-07-2023 INFO: org.eclipse.jetty.websocket.client.WebSocketClient : Shutdown WebSocketClient@de99163b[coreClient=WebSocketCoreClient@77bc766b{STARTED},openSessions.size=1]

Current behavior


Exception occurs when there is no traffic between two jvb(via relay-websocket) for 30 seconds. This causes the participants on different jvbs to not see the reactions after 30 seconds.

Expected Behavior


With the following code, it’s set to 1 minute but doesn’t work.The connection idle timeout error still occurs after 30 seconds.

webSocketServletFactory.setIdleTimeout(Duration.ofMinutes(1));

Steps to reproduce

  • Set selection-strategy to SplitBridgeSelectionStrategy in jicofo.
  • Start a conference with 2 participants.
  • Wait 30+ seconds
  • Analyze jvb logs and send a reaction.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions