liveview-native/phoenix-channels-client

Phoenix.Channels: Send binary messages

Closed this issue · 0 comments

Channel.send_noreply needs to accept binary payloads and not just JSON payloads

pub async fn send_noreply<E, T>(&self, event: E, payload: T) -> Result<(), SendError>
where
E: Into<Event>,
T: Into<Value>,