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

is dispatch necessary ? #283

Open
rendawudi opened this issue Aug 12, 2022 · 2 comments
Open

is dispatch necessary ? #283

rendawudi opened this issue Aug 12, 2022 · 2 comments

Comments

@rendawudi
Copy link

fontend has dispatch goroutine,but I don't know why it should exit.

it can't make client msg to be handle in order.

if cpus num can limit it workers num , every client has two or more goroutines, which can handle msg

and dispatch can't limit client's number.

so can pitaya make message in order from client to frontend to backend in mmo games?

@sandy1219
Copy link

you can edit it,the same client msg diapatch in the same gorouting。。。

@goluckycoding
Copy link

you can edit it,the same client msg diapatch in the same gorouting。。。

so means I should edit codes which in dispatch logic?

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

3 participants