Hello,
I am receiving data over bluetooth from a device with AsyncStreams relatively fast.
The prefix mode is not used. The recognition of a block via CR (#13) works.
For testing, I want to send a message after e.g. 20 blocks.
I see the counter >= 20 in the log, but the message is not sent (using AStream.Write(message.GetBytes("utf8")).
In any case nothing arrives at my device.
What to do?
I am receiving data over bluetooth from a device with AsyncStreams relatively fast.
The prefix mode is not used. The recognition of a block via CR (#13) works.
For testing, I want to send a message after e.g. 20 blocks.
I see the counter >= 20 in the log, but the message is not sent (using AStream.Write(message.GetBytes("utf8")).
In any case nothing arrives at my device.
What to do?