Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Based Orleans Streams (for player sessions & activity) #7

Open
trasa opened this issue Nov 18, 2024 · 0 comments
Open

Redis Based Orleans Streams (for player sessions & activity) #7

trasa opened this issue Nov 18, 2024 · 0 comments

Comments

@trasa
Copy link
Contributor

trasa commented Nov 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant