facebook / wangle

Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.
Apache License 2.0
3.04k stars 535 forks source link

Access Pipelines from Server #211

Open Rincewind34 opened 1 year ago

Rincewind34 commented 1 year ago

Hello everyone, I couldn't figure out how to access the pipelines to clients from the server side. Like, if I want to broadcast a message to all connected clients, how can I accomplish that? Exposing the context from the last channel handler doesn't seem the way to go. Thanks in advance!