Vladimir Kozlov

Results 23 comments of Vladimir Kozlov

Even if `ExpressionConverter` code is compact and doesn't have any dependencies it will be generated per project. So each project will have it's own `ExpressionConverter` code. Might be not a...

:+1: Yes, please! And proper tree view control for nested namespaces (it could be an option or special template). ![screenshot](https://cloud.githubusercontent.com/assets/865384/15135798/af53a104-16a4-11e6-9a4a-6e6135e16b93.png) On the screenshot the font size for entries was custom...

The script to fetch the binaries from NuGet might be useful but I still would prefer to have binaries right here as it allows instant switching between the commits and...

Disabling chunked encoding in the Nginx configuration simply closes connection so this is not a solution. Alas, I have no experience with Nginx and don't know how to configure it...

There also no check if the sequence channel number exceeds that from `NetConstants.NetChannelsPerDeliveryMethod` in `NetPeer.SendMessage()` for multiple recipients (only for the method with single recipient it's done).

@kenfalco 1. sounds good. 2. with this change I think we might get some corner cases when the bad connection barely can manage the traffic but doesn't get a timeout....

@kenfalco I've checked the master branch in this repository and there is no `break` in the connections heartbeat foreach loop https://github.com/lidgren/lidgren-network-gen3/blob/master/Lidgren.Network/NetPeer.Internal.cs#L374 I see, so your issue is different. Not some...

@kenfalco I've found [a mention](https://stackoverflow.com/questions/1016655/socket-error-10052-on-udp-socket/6411041) that it's related to the packet TTL expiration (even in the case of UDP packets): > For a datagram socket, this error indicates that the...

@kenfalco I cannot provide a response as I'm not the library developer and not developing any applications for iOS. My contributor bage is only because I've submitted a pull requested...

I've worked on it together with @jesusdesantos lately. Alas, no luck with .NET 7 WASM. You can find more details in my message on the forums https://www.noesisengine.com/forums/viewtopic.php?p=16148#p16148