Does PIM Web uses WebSockets? Our network team needs to know in order to better configure NetScaler so we can stop the frequent communication errors we are getting.
Hi Ronald,
by default we don't use Websocket.
web.vaadin.pushTransport=STREAMING
Default is STREAMING, which is similar to long polling, but better.
See also:
https://blog.codecentric.de/en/2014/08/the-3-different-transport-modes-with-vaadin-and-push/
Greetings
Andreas