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
Speed of network operations improved by about 90% on average.
onClientRemoved could not be overwritten so far, because the visibility of the Server#RemoteClient subclass was private. Changed it to protected.
Changed many private other modifiers to protected in Client and Server classes to make overwriting easier; also added three new methods returning booleans to the client: isListening(), isConnected() and isServerReachable()