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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
This was considerably easier to implement as the age of the .NET framework Unity uses means that the dedicated framework classes for websockets aren't available.
Moving to websockets has the following advantages:
Reduce number of calls, as updates are only sent for changes
Information update is faster, as map does not need to wait for next polling interval to update.
The text was updated successfully, but these errors were encountered:
Currently a polling mechanism is used.
This was considerably easier to implement as the age of the .NET framework Unity uses means that the dedicated framework classes for websockets aren't available.
Moving to websockets has the following advantages:
The text was updated successfully, but these errors were encountered: