permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
68 stars 46 forks source link

feat(blueprints): migrate blueprints to support AOS 2 REQ/RES semantics #318

Closed twilson63 closed 1 month ago

twilson63 commented 1 month ago

In AOS 2, you can use .receive() to yield for a reply message.

Every blueprint handler should use msg.reply to enable this feature .