We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
you can edit it,the same client msg diapatch in the same gorouting。。。
Sorry, something went wrong.
so means I should edit codes which in dispatch logic?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: