sendMessage(_:)
Sends data to the streaming endpoint on this channel.
Declaration
func sendMessage(_ data: Data) throwsParameters
- data:
The data to send to the streaming endpoint.
Sends data to the streaming endpoint on this channel.
func sendMessage(_ data: Data) throwsThe data to send to the streaming endpoint.