specmesh / specmesh-build

https://specmesh.io/
Apache License 2.0
13 stars 5 forks source link

Don't blow up if no message is defined #320

Closed big-andy-coates closed 4 months ago

big-andy-coates commented 4 months ago

Currently, if a channel is defined with no message then the operation.schemaInfo() call throws an NPE. message is not required, so a null `message should not cause an NPE.