Skip to content

Support for async #62

@asdfgasdfsafgsdfa

Description

@asdfgasdfsafgsdfa

When reading and writing to network connections (using NetworkStream) we often want to use async as it scales a lot better than having one thread for every client.

Assuming we'd want to read directly from a NetworkStream class using NetSerializer it would be essential to have async versions of Deserialize / Serialize (which internally use the ReadAsync and WriteAsync methods of the given stream).

Is that planned? If not, could you give me a rough outline what the best way to add it would be? (like what to keep in mind) @tomba

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions