dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
291 stars 20 forks source link

Allow nulls in messaging #463

Closed kraftp closed 1 month ago

kraftp commented 1 month ago

This PR allows sending and receiving null in messages, reverting a change in https://github.com/dbos-inc/dbos-transact/pull/448. This is useful for communicating failure states (e..g, in https://github.com/dbos-inc/dbos-demo-apps/blob/main/widget-store/src/operations.ts)