Once the "Send only if full" box has been checked in the properties of the ring buffer node, each subsequent input message results in the error: TypeError: Cannot read property 'full' of undefined.
Node-Red v1.1.3
To reproduce:
Import the example flow found below OR import the Testing Example flow found in the projects README.md file, open the properties of the ring buffer node found within that flow and enable the "Send only if full" option .
Deploy the imported flow.
Activate any of the injection nodes from the imported flow: a:1 - c:3.
Result: The payload of the injected node will not be added to the buffer's array as expected. Instead the ring buffer node will generate the error described above.
//- The Testing Example flow with the send only if full option enabled:
Once the "Send only if full" box has been checked in the properties of the ring buffer node, each subsequent input message results in the error: TypeError: Cannot read property 'full' of undefined.
Node-Red v1.1.3
To reproduce:
Result: The payload of the injected node will not be added to the buffer's array as expected. Instead the ring buffer node will generate the error described above.
//- The Testing Example flow with the send only if full option enabled: