Petter Holmström
Petter Holmström
We've experienced push stability problems with Spring Security. Sometimes, the UI freezes and you have to do a hard refresh to get a new UI. We don't know what's causing...
No we don't, this problem is completely random. We have not been able to reproduce it, but still it happens every now and then. However, sometimes, we've seen this message...
@monp What transport protocol were you using for push? Websockets, long polling or streaming?
@monp OK. The problems we're experiencing show up when using long polling.
When are you experiencing this particular exception?
OK, I'll have a look.
Exceptions that are thrown when invoking beans from within the UI should already be handled by the UIs error handler. I assume this has to do with errors that occur...
@evacchi Do you run the application as a standalone Spring boot application or as a WAR? When I tried to run a standalone application that threw an exception in UI.init(),...
I'll have a look.
@evacchi I have the demo app up and running. Is there anything in particular I should try?