You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably related to poor support of WebSocket in Safari(especially close events). Not sure yet whether it's something we can work around(without much overhead), needs more investigation.
I've refreshed a page a few times, and before re-login to websocket on backed safari had closed a connection.
I feel that it is a bug in chat application or atmoshere or somewhere else on this stack. Why? Because when connection is closed a counter should be decreased.
An environment:
A step to reproduce:
sbt new UdashFramework/udash.g8
;sbt compile compileStatics run
;2
.The video:
Screen-Recording-2021-07-28-at-21.12.00.mov
The issue doesn't appear on Firefox, but it appears on Safari Technology Preview 127 (Safari 15.0, WebKit 16612.1.18.11.3).
The text was updated successfully, but these errors were encountered: