Support await
ing messages
#710
Labels
enhancement
New feature or request
topic:api
API functionality, including both host and guest
topic:packages
Package and package semantics. Dependencies, definitions, etc.
At present,
Message
s require you to set up a subscription that lasts until you cancel it, which is not the most ergonomic for one-shot messages or for a back-and-forth protocol.Instead, we should
(it feels to me that
(value, source)
is a better order, but(source, value)
is consistent withsubscribe
)Also relevant:
The text was updated successfully, but these errors were encountered: