Function pink::push_sidevm_message

source ·
pub fn push_sidevm_message(message: Vec<u8>)
Expand description

Pushes a message to the associated SideVM instance.

Note: There is no guarantee that the message will be received by the SideVM instance. The message may be dropped due to several reasons:

  • The SideVM instance is not currently running.
  • The SideVM instance is running, but the message queue is full. This may occur when the SideVM instance is busy processing other messages.

§Arguments

  • message: The message to be pushed to the SideVM instance.