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
If resolvedHandler was absent and presence is a handled promise (which is valid. See https://github.com/Agoric/eventual-send/issues/13 ), then this promise should share that promise's handler. If it is a resolved handled promise, then it should share that promise's presence, but the presence's canonical remote promise should not be modified.
The text was updated successfully, but these errors were encountered:
This, and default-evaluate-options-0.1.3, should fixAgoric#131, by making
liveSlots tell the kernel about pipelined messages. We won't get actual
pipelining until we add Agoric#88, to enable the kernel to deliver pipelined
messages to the comms vat.
dckc
pushed a commit
to dckc/agoric-sdk
that referenced
this issue
Dec 5, 2019
https://github.com/Agoric/eventual-send/blob/443da01a45937b77b95002b9d8d0372e8269839c/src/index.js#L163
If
resolvedHandler
was absent andpresence
is a handled promise (which is valid. See https://github.com/Agoric/eventual-send/issues/13 ), then this promise should share that promise's handler. If it is a resolved handled promise, then it should share that promise's presence, but the presence's canonical remote promise should not be modified.The text was updated successfully, but these errors were encountered: