Skip to content

SimpleServerClient v2.4.0

Compare
Choose a tag to compare
@DeBukkIt DeBukkIt released this 03 Mar 13:48
· 17 commits to master since this release
  • 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()