Vladimir Kozlov

Results 11 issues of Vladimir Kozlov

Hi! Currently style setters definition is not much differ from how it's done in XAML and personally I would like to see some improvements to make they as lightweight as...

enhancement

Hi guys, the job done with Wire/Hyperion is impressive! But it's not very useful if developers like me cannot quickly become familiar with the technology. The developers community need to...

I've noticed that there are a lot of unnecessary checks: ```C# public static bool IsHyperionPrimitive(this Type type) { return type == Int32Type || type == Int64Type || type == Int16Type...

enhancement

Hi guys, downloading `runtimes` from the NuGet package is not really convenient, especially when we will need to be able to quickly switch between versions in the current repository. I...

Hello! This proxy works really great and allows me to protect Docker API with basic auth. However, when I need to attach to the Docker container, the response from Nginx...

Hello! I've built Neutrino from the latest source code and tried it with [BenchmarkNet](https://github.com/nxrighthere/BenchmarkNet) but I've encountered an exception from Neutrino: `NTO Error: Error handling message: System.InvalidOperationException: EndReceiveFrom can only...

Hello! While the project is no longer actively maintained it's important to mention this issue. If you attempt to send a large unreliable message, by default Lidgren library attempts to...

Hello! While investigating random timeout connection issues (on perfect connections) I've noticed that `ReceivedPong` could handle only the latest ping request (`m_sentPingNumber`), which is certainly not perfect in some cases...

Hello, in RELEASE build there is no assert that non-zero channel must be used for `Unreliable` command (there is such assert in DEBUG build). It passes this assert and then...

Hello! One of our users reported that the application is not working for him because of this exception in Lidgren network library: System.InvalidOperationException: This implementation is not part of the...