Pipelines.Sockets.Unofficial icon indicating copy to clipboard operation
Pipelines.Sockets.Unofficial copied to clipboard

.NET managed sockets wrapper using the new "Pipelines" API

Results 25 Pipelines.Sockets.Unofficial issues
Sort by recently updated
recently updated
newest added

#0 /_/src/Pipelines.Sockets.Unofficial/Helpers.cs:160: error: Null Dereference `%0.Pipelines.Sockets.Unofficial.Helpers$c__DisplayClass4_0.failures` could be null (last assigned on line 146) and is dereferenced in the call to `Helpers.`. #1 /_/src/Pipelines.Sockets.Unofficial/StreamConnection.AsyncPipeStream.cs:100: warning: Thread Safety Violation Unprotected write....

In trying to use `Microsoft.Extensions.Caching.StackExchangeRedis` in a Native AOT app (see https://github.com/dotnet/aspnetcore/issues/45910), I'm getting the following warnings from these two places: https://github.com/mgravell/Pipelines.Sockets.Unofficial/blob/f044f671282603407b0ec306feb8e11556717492/src/Pipelines.Sockets.Unofficial/Delegates.cs#L37-L58 ``` /_/src/Pipelines.Sockets.Unofficial/Delegates.cs(52): AOT analysis warning IL3050: Pipelines.Sockets.Unofficial.Delegates.GetGetter(String): Using...

**Is your feature request related to a problem? Please describe.** The current package readme is not informative about how to use the package **Describe the solution you'd like** The nuget...

We are in the process of migrating our .NET project from Framework to Core (and from Windows to Linux) and, during peak hours and thread starvation, we are getting a...