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
I want to implement a proxy program.
A = evio B = backend service
The client will connect to A , and A read data from B then out data to A
If B's max connections is 10. and clients is more than 10 In event.Opened , I use time.Sleep to wait B finish the work , but evio looks like blocked.
So how do I implement it ? or any options can set max connections and backlog ?
The text was updated successfully, but these errors were encountered:
When Open event on, return CLOSE action.
Sorry, something went wrong.
No branches or pull requests
I want to implement a proxy program.
A = evio
B = backend service
The client will connect to A , and A read data from B then out data to A
If B's max connections is 10. and clients is more than 10
In event.Opened , I use time.Sleep to wait B finish the work , but evio looks like blocked.
So how do I implement it ? or any options can set max connections and backlog ?
The text was updated successfully, but these errors were encountered: