Skip to content

Conversation

@marcemmers
Copy link
Contributor

Describe your changes

When a websocket transmission took more than 1 second it would timeout and cause the message queue to pause. It would never come back from that until a websocket was connected again.

This timeout of 1 second was fixed and is now based on the message timeout as configured in each network profile, making it more flexible to configure the timeout per connectivity type for example.

Also the message queue is not paused any longer when a message fails. If the socket is closed for whatever reason the websocket ping should timeout and close the socket.

Issue ticket number and link

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • I read the contribution documentation and made sure that my changes meet its requirements

Signed-off-by: Marc Emmers <[email protected]>
@Pietfried Pietfried self-assigned this Jan 13, 2026
@Pietfried
Copy link
Contributor

Hi @marcemmers , looks like some libocpp unit tests failed. Were the tests passing for you locally?

@Pietfried Pietfried marked this pull request as draft January 14, 2026 15:12
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

Successfully merging this pull request may close these issues.

2 participants