Capturing gRPC streaming response endpoint

⚓ Rust    📅 2025-05-01    👤 surdeus    👁️ 4      

surdeus

Warning

This post was published 111 days ago. The information described in this article may have changed.

I'm looking for what defines the streaming gRPC endpoint for streamed responses.
When I send a gRPC message the streaming response endpoint is saved.
User A connects and asks a question.
User B connects and asks a similar question.
The server supplies a AI response to the question and streams the answer to both user A and B.
The question I am looking for is what the server can get when either connects as an identify (IP address or whatever) so that answers can be gRPC responses streamed both users.

1 post - 1 participant

Read full topic

🏷️ rust_feed