Closed er-azh closed 1 month ago
I tried to fix salt_request_msg_id to ensure that salt responses are caught internally and don't reach the Sender.
salt_request_msg_id
Sender
Option<MsgId>
Option<i64>
None
Thanks!
Description:
I tried to fix
salt_request_msg_id
to ensure that salt responses are caught internally and don't reach theSender
.My changes:
salt_request_msg_id
is now anOption<MsgId>
instead ofOption<i64>
to match other types.None
upon a reset.