FastBinaryEncoding icon indicating copy to clipboard operation
FastBinaryEncoding copied to clipboard

Add bool return for receive protocol

Open jbspears opened this issue 10 months ago • 0 comments

The generate Receiver class (C++) onReceive method returns a bool. However, the receive method which calls onReceive has void return. Would be nice to flow the bool return up so we would know when a message may have failed instead of just being silent. Thanks!

jbspears avatar Aug 14 '23 03:08 jbspears