Skip to content

[execution][messagehandlers] Fix write end_data_index handling in LoopMessageHandler

Samuel GAIST requested to merge 26_fix_end_index_handling_in_write into master

The None value is not properly handled and ends up triggering a warning while it is a valid value for end_data_index.

This patch fixes this.

Merge request reports