Expand description
Shared remote subscription support.
Provides connection and proxy logic for remote subscriptions, used by both gRPC and WebSocket server subsystems.
Structs§
- Remote
Subscription - An active remote subscription, wrapping the underlying gRPC connection.
Enums§
- Remote
Subscription Error - Error returned when connecting to a remote subscription fails.
Functions§
- connect_
remote - Connect to a remote node and create a subscription.
- proxy_
remote - Proxy frames from a remote subscription to a local channel.