Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Idle Timeout #2040

Open
eemehmet opened this issue Aug 8, 2023 · 0 comments
Open

Connection Idle Timeout #2040

eemehmet opened this issue Aug 8, 2023 · 0 comments

Comments

@eemehmet
Copy link

eemehmet commented Aug 8, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant