solace websocket connection interrupted - Messages sometimes doesn´t reach the end client

Options
Misk
Misk Member Posts: 15 ✭✭

solace websocket connection interrupted - Messages sometimes doesn´t reach the end client

We seeing some issues, that the websocket was not disconnected and died, but that it was the same, with the same solclient id before and after, when it happened. Like there was a hitch just in communication.
"
with the websocket subscriptions. The clients (browser) subscribes to certain topics. During a session they can retrieve some messages on that topic, but sometimes they receive nothing. Its totally random. We can see from our backend services that they are atleast published ok.
"

so the question is if it is solace, network or the client?

we now trying to increase the:
Web Transport
Inactive Timeout : 30 seconds > 100 seconds, for notice if any changes in behaviour.
(cause on some thread its pointing out that it could help above 75 s)


Any thoughts from anyone?

Comments

  • Aaron
    Aaron Member, Administrator, Moderator, Employee Posts: 537 admin
    Options

    Is this a browser application? Is this using MQTT API or Solace native JS API? Is there any logging on client-side to indicate issue? e.g. timeout. Is there any entries in broker's event.log to indicate issue? e.g. "force disconnect due to keepalive".