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
agoric follow and the various client operations that use casting to iterate streaming values of a node hangs forever and does not produce any value if the subscription is started before the node is created
To Reproduce
Steps to reproduce the behavior:
Create an address
agoric follow :published.wallet.${address}
Provision a smart wallet for the address
Perform some wallet-action
Expected behavior
The values published to the smart wallet are iterated by agoric follow
Additional context
Discovered while adding a test for auto-publish (#8574), but it looks like a general problem that applies to casting subscribe.
The text was updated successfully, but these errors were encountered:
Describe the bug
agoric follow
and the various client operations that use casting to iterate streaming values of a node hangs forever and does not produce any value if the subscription is started before the node is createdTo Reproduce
Steps to reproduce the behavior:
agoric follow :published.wallet.${address}
wallet-action
Expected behavior
The values published to the smart wallet are iterated by
agoric follow
Additional context
Discovered while adding a test for auto-publish (#8574), but it looks like a general problem that applies to casting subscribe.
The text was updated successfully, but these errors were encountered: