You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deliverInboundMessages and deliverInboundAck should throw an exception when passed a name that does not identify a mailbox previously created by addRemote.
The text was updated successfully, but these errors were encountered:
I'd love to have this soon, but I think the pso milestone doesn't strictly require it, if the "provisionpass" limitation prevents arbitrary addresses from getting messages into the mailbox device.
Describe the bug
vat-vattp
deliverInboundMessages
anddeliverInboundAck
methods currently rely upongetRemote
, which implements the "provider" pattern in which the requested object is initialized if it does not already exist. This is incorrect, as pointed out in https://github.com/Agoric/agoric-sdk/pull/5781/files#r925070254 . But attempting to correct it within that pull request broke some tests, so we'll need to fix them as well.Expected behavior
deliverInboundMessages
anddeliverInboundAck
should throw an exception when passed a name that does not identify a mailbox previously created byaddRemote
.The text was updated successfully, but these errors were encountered: