Skip to content

send_aio() can drop sends if no references to the Aio are kept #129

Closed
@shikokuchuo

Description

@shikokuchuo

Raised by @wch in posit-dev/acquaint#10.

Reproducible using certain protocols e.g. 'pair'. While one socket is closed, if async sends are performed e.g. for (i in 1:1000) send_aio(s, i) and garbage collection is invoked, those messages are not received when the other party re-connects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions