aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic
diff options
context:
space:
mode:
authorHans Josephsen <[email protected]>2024-09-22 12:30:38 +0200
committerHans Josephsen <[email protected]>2024-09-22 12:40:46 +0200
commite2d2b0f36281326772678f0e903675927faaaddb (patch)
treec24a6d41cc4ae263711a118fe8074506106ae8ae /docs/modules/ROOT/examples/basic
parent233905e18cf1446ebba898185882e5fc002a9f20 (diff)
Currently the return value of `write` is broken, it never returns the
previous frame even when present. This happens because a slice of length 64 is always passed to Frame::new from within the `abort_pending_mailbox` function, causing `Frame::new` to return None. The fix is to take a subslice of length `data_length`.
Diffstat (limited to 'docs/modules/ROOT/examples/basic')
0 files changed, 0 insertions, 0 deletions