github MirageNet/Mirage v93.0.0

latest releases: v149.2.0, v149.1.1, v149.1.0...
2 years ago

93.0.0 (2021-05-23)

Features

BREAKING CHANGES

    • All Transports are obsolete.
  • Transports Are replaced with ISocket. Custom Transports should now implement ISocket and SocketFactory instead
  • Message handlers are now invoked in Update instead of in an Async Coroutine
  • Send Notify moved to SocketLayer
  • Server.StartAsync is no longer Async
  • Server.StartAsync is now called Server.StartServer
  • Client.Connect is no longer async
  • Local message in host mode invoke handlers immediately instead of waiting till next update
  • NetworkPlayer now has a Disconnect method. This means user does not need a reference to SocketLayer asmdef.
  • Disconnected players are blocked from sending messages

Don't miss a new Mirage release

NewReleases is sending notifications on new releases.