When passing an empty list of DataMessage to sendDataMessages, the exception writev: invalid argument (Invalid argument) is received.
Maybe it's worth saying in the doc that the list should not be empty, or test in the implementation if it is empty, and do nothing in that case? I'm not sure what's best here.
When passing an empty list of
DataMessage
tosendDataMessages
, the exceptionwritev: invalid argument (Invalid argument)
is received.Maybe it's worth saying in the doc that the list should not be empty, or test in the implementation if it is empty, and do nothing in that case? I'm not sure what's best here.