This PR adds the sender to the receive context of an ask.
Currently the sender is not being populated on an ask so that the user is not tempted to reply by sending a message back. They need to provide the response as a return value instead.
However, for the FSM replies in #15 we want to be able to send messages back to the original sender.
This PR adds the sender to the receive context of an ask.
Currently the sender is not being populated on an ask so that the user is not tempted to reply by sending a message back. They need to provide the response as a return value instead.
However, for the FSM replies in #15 we want to be able to send messages back to the original sender.
Use at your own risk!