gossip v1.1.1 Gossip.Socket.Tells View Source

“tells” flag functions

Link to this section Summary

Functions

Process a “tells/receive” event from the server

Process a “tells/send” event from the server

Generate a “tells/send” event for a tell

Link to this section Functions

Link to this function process_receive(state, map) View Source

Process a “tells/receive” event from the server

Link to this function process_send(state, message) View Source

Process a “tells/send” event from the server

This event is simply an ACK back from the server saying it was successful or not, and gets forwarded straight to the waiting Tells server.

Link to this function send_message(state, remote_ref, message) View Source

Generate a “tells/send” event for a tell

remote_ref is being tracked in the Tells process