# Constants
No description provided by the author
No description provided by the author
Subprotocol is the mandatory subprotocol to be used by the websocket client.
# Variables
ErrCancelClientGone indicates that the client has gone away.
CancelClientRequest indicates that the client has explicitly requested cancellation.
ErrCancelHandlerReturn indicates that the context is closed because the process handler has returned.
ErrCancelProtocolError indicates that a protocol error occurred and the process should be cancelled for safety reasons.
This must have been requested by the client at an explicit time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CallMessage is sent by the client to the server to invoke a remote procedure.
No description provided by the author
SignalMessage is sent from the client to the server to stop the current procedure.
# Type aliases
HandlerFunc implements Handler.
ProcessFunc implements Process.
No description provided by the author