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
Proxy.PassThrough
Currently the implementation of the gateway is synchronous and requires these steps:
onTrafficFromClient
onTrafficToServer
onTrafficFromServer
onTrafficToClient
This is serial, and should be fixed by using some sort of concurrent mechanism to wait for either server/client independently.
The text was updated successfully, but these errors were encountered:
PassThrough
Fixed in #343.
Sorry, something went wrong.
mostafa
No branches or pull requests
Currently the implementation of the gateway is synchronous and requires these steps:
onTrafficFromClient
hook.onTrafficToServer
hook.onTrafficFromServer
hook.onTrafficToClient
hook.This is serial, and should be fixed by using some sort of concurrent mechanism to wait for either server/client independently.
The text was updated successfully, but these errors were encountered: