Function
send
Can send a message to an existing connection based on string identifying the connection.
send: func(conn: string, payload: list<u8>) -> result<_, string>;Can send a message to an existing connection based on string identifying the connection.
send: func(conn: string, payload: list<u8>) -> result<_, string>;