Lars Richter

Results 5 comments of Lars Richter

I use the jpg compression of the existing Image module. Is does quite a good job. It shrinks my almost 1MB header image to less than 160KB without loosing a...

I'm not sure about the netstandard part. The nuget package is available for .NetStandard 2.0 and .NET Framework 4.5.2. So it's compiled for these two targets, correct? With .NET5, the...

I updated the BouncyCastle package, but that did not fix it. I forked your project. Maybe I can take a look at the problem. When I Iook at the second...

Shutdown throws an exception, that the socket isn't open. When I remove the `_socket?.Dispose()` in `UdpTransport.cs`, it seems to work fine.