-
Notifications
You must be signed in to change notification settings - Fork 44
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
webproxy streaming support #137
Comments
This can be implemented now. |
|
Hello @moshababo I'm interested in this issue, would you please explain more ? |
Hi, @rsercano, good to see you here. |
Therefore, we need it to support streaming on web proxy layer ? p.s. swagger doesn't work while using "Try it Out" button, it tries to send URLs without |
Yes, or some kind of polling mechanism. Haven't got a chance to try the swagger yet. Feel free to open a bug. |
@rsercano @moshababo http long polling can also be an option. |
Just stumbled upon this project, which seems well maintained and got streaming rpc's included. We might be able to use some stuff. Realistic you'll have time to take care of this in the next weeks? @rsercano |
Looks cool, if I'm reading that right we could drop our need for a web proxy entirely? |
Open question @moshababo |
@kilrau we looked at this project in the beginning. the streaming web proxy support is a stand-alone Go project. We wanted to have it as a native feature in our JS project instead. |
Oh I think that's right and I just had amnesia. Maybe first lets see how easy it is to handle streaming calls with our current approach, for all I know it might work already, I just haven't tried it yet. |
Since the main usage of the webproxy will be raiden and raiden doesn't seem to have streams, I am closing this. We can open a new issue once we have a concrete need for streaming for the webproxy. Please reopen if you object, but we'd need some details on what we need it for. @sangaman @moshababo |
#128 is a prerequisite.
The text was updated successfully, but these errors were encountered: