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
In ReplayServer.java, in the getStateFromLines(), the switch block uses an unusual syntax (-> instead of :, and lacks break commands), which is not compatible with Java 11