You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm opening this ticket because I cannot understand how I should implement a streamed API with this project.
I checked the documentation and the examples but I didn't find anything.
We are using Akka HTTP at the moment. And the problem is that the generated code wants a Future as return type.
We are reading from a streamed API and we want to forward directly the stream after the authentication.
Can someone help me ? Thanks in advance for the support