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
Orleans has a really nice streaming feature where you can pub-sub and send messages and do all sorts of neat things.
instead of sending messages to all mobs (or all rooms, eventually) when a player logs in, we could send a message to a stream to wake up things. Same with zone-reset: after X hours, revive all the dead mobs, put objects back where they belong, etc.
I started work on this and it got complicated, pretty quick. There are some existing projects to look at for implementation ideas, and I half-started work on it and then quickly ran out of time. Don't have the bandwidth to do this at the moment, and probably won't for a while.
The text was updated successfully, but these errors were encountered:
Orleans has a really nice streaming feature where you can pub-sub and send messages and do all sorts of neat things.
instead of sending messages to all mobs (or all rooms, eventually) when a player logs in, we could send a message to a stream to wake up things. Same with zone-reset: after X hours, revive all the dead mobs, put objects back where they belong, etc.
I started work on this and it got complicated, pretty quick. There are some existing projects to look at for implementation ideas, and I half-started work on it and then quickly ran out of time. Don't have the bandwidth to do this at the moment, and probably won't for a while.
The text was updated successfully, but these errors were encountered: