pub fn session_push<T>(value: &T) -> Result<()> where
    T: AsTuple
Expand description

Push MessagePack data into a session data channel - socket, console or whatever is behind the session. Note, that successful push does not guarantee delivery in case it was sent into the network. Just like with write()/send() system calls.