Steps
- Enable WebSocket logging:
https://{{ base.URL }}
/rest/api/debug/websocketLogging?enabled=true&maxLoggedEvents=500
- Perform your normal test.
- From time to time check:
https://{{ base.URL }}
/rest/api/debug/websocketEvents
- Search for your documents to see if the front end was informed.
- Keep your Chrome Developer Tools open and also check the “Network” tab.
- See if the front end asked for the document.
View source file on GitHub.com