Roguelike-Celebration / azure-mud

MIT License
191 stars 33 forks source link

Fix move desyncs for multiple clients #813

Closed MoyTW closed 1 year ago

MoyTW commented 1 year ago

Still keeps the HTTP request for moving rooms, but moves contents into PubSub so it reaches all clients.

Doesn't fix weird text desync issues but that's MUCH more minor.

beforemove aftermove withmap

lazerwalker commented 1 year ago

LGTM! Feel free to merge