This repository was archived by the owner on Jan 22, 2025. It is now read-only.
v0.8 release automation test drive
Pre-release
Pre-release
Fix missing recycle in recv_from (#1205) In the error case that i>0 (we have blobs to send) we break out of the loop and do not push the allocated r to the v array. We should recycle this blob, otherwise it will be dropped.