Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Migrate to websocket #5

Open
MartinSGill opened this issue Dec 15, 2017 · 0 comments
Open

Migrate to websocket #5

MartinSGill opened this issue Dec 15, 2017 · 0 comments

Comments

@MartinSGill
Copy link
Owner

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:

  • 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant