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 it possible to send message to the server or client on demand as opposed to waiting on downstream()/upstream() #18

Closed
tylers-username opened this issue Mar 27, 2021 · 2 comments

Comments

@tylers-username
Copy link

I'm using downstream() and upstream() to log and debug as needed. Now I am hoping to send messages to the client or server as needed. Is this feature available?

@tewarid
Copy link
Owner

tewarid commented Mar 28, 2021

Sockets proxySocket (downstream direction) and serviceSocket (upstream direction) are available in the context, so you could use those to send data when needed.

@tewarid
Copy link
Owner

tewarid commented Apr 4, 2021

Closing issue due to lack of activity. Please reopen if needed.

@tewarid tewarid closed this as completed Apr 4, 2021
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

2 participants