-
Notifications
You must be signed in to change notification settings - Fork 19
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
Handle bi-directional communication between server and client #32
Closed
Comments
This was referenced May 19, 2023
github-project-automation
bot
moved this from 🏗 In progress
to 📋 Backlog
in GatewayD Core Public Roadmap
May 19, 2023
github-project-automation
bot
moved this from 🚧 In progress
to 📋 Backlog
in GatewayD Core Public Roadmap
Sep 29, 2023
Fixed in #344. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suppose this can be done using Go channels.
gatewayd/network/proxy.go
Lines 123 to 127 in da83204
Update:
I've done some initial work in this branch, but most of this is related to server to client communication. Examples of which is NOTIFY command in PostgreSQL, which is not part of the SQL standard.
I'll close this ticket until there's an actual need for this.
The text was updated successfully, but these errors were encountered: