You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is by design, but "segmented" writes (fill buffer -> write -> fill buffer -> write) does not work if the header and topic length exceeds the TX buffer size when writing. In this crash I tried a TX buffer size of 16 when publishing to abcde/Sally-2.local/status:
I don't know if this is by design, but "segmented" writes (
fill buffer -> write -> fill buffer -> write
) does not work if the header and topic length exceeds the TX buffer size when writing. In this crash I tried a TX buffer size of 16 when publishing toabcde/Sally-2.local/status
:If I increase the buffer size to 32 it works as expected.
The text was updated successfully, but these errors were encountered: