Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Cancel context.CancelFunc Context context.Context Destination string ExclusiveConnection bool ID string Receive chan []byte ReceiveGob chan srgob.Message Send chan []byte Topic string Websocket *reconws.ReconWs }
func (*Client) RelayIn ¶
func (c *Client) RelayIn()
receive messages from websocket server until stopped
Click to show internal directories.
Click to hide internal directories.