websocket isn't updating the front end?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamie
    Senior Member
    • Aug 2025
    • 123

    #1

    websocket isn't updating the front end?

    How can I go about debugging this? I have the WebSocket running inside a Docker instance that connects to the same database, but when another user makes changes on their side, I don’t see the updates on my side, even though the socket is definitely running.
  • jamie
    Senior Member
    • Aug 2025
    • 123

    #2
    i have libzmq3-dev installed and it seems to be running but just not doing anything

    Comment

    • rabii
      Active Community Member
      • Jun 2016
      • 1337

      #3
      Originally posted by jamie
      How can I go about debugging this? I have the WebSocket running inside a Docker instance that connects to the same database, but when another user makes changes on their side, I don’t see the updates on my side, even though the socket is definitely running.
      have enabled Optimistic concurrency control for the concerned entity type ?
      Rabii
      EspoCRM & Web Dev

      🔗 See what I’ve built for EspoCRM

      Comment

      • jamie
        Senior Member
        • Aug 2025
        • 123

        #4
        Originally posted by rabii

        have enabled Optimistic concurrency control for the concerned entity type ?
        o no we haven't, is that required for every entity for websocket to work?

        Comment

      • jamie
        Senior Member
        • Aug 2025
        • 123

        #5
        turns out we didn't have webSocketZeroMQSubmissionDsn set correctly for being inside a container

        Comment

        Working...