Hello, developers. Can someone help me with a code sample of an aglet dispatched from a local Tahiti server to a remote Tahiti server here a stationary aglet is running. The dispatched aglet sends a message to the stationary aglet (e.g "Hello") containing a string "all is well". The aglet should dispose of itself when a message containing the string "Message Received" is sent from the stationary aglet. Otherwise it should do nothing.
It is assumed that the aglet is dispatched using the Tahiti dispatch button. No "master" aglet required.
Thanks.