Sign in Sign up
nuget

NetCoreNamedPipeWrapper

Create named pipe servers that can handle multiple client connections simultaneously. Send strongly-typed messages between clients and servers: any serializable .NET object can be sent over a pipe and will be automatically serialized/deserialized, including cyclical references and complex object graphs. Messages are sent and received asynchronously on a separate background thread and marshalled back to the calling thread (typically the UI). Supports large messages - up to 300 MiB. The package was forked from NamedPipeWrapper 1.4.0 creadted by Andrew C. Dvorak and the original project url is https://github.com/acdvorak/named-pipe-wrapper.

Activity

Latest release
8mo ago
Total releases
9
Cadence
~3 days
Last 12 months
1

Reach

Stars

Details

First release
Feb 23, 2021
Releases
Version Released
2.0.7 patch
2.0.6 patch
2.0.5 patch
2.0.4 major
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial