Open GoogleCodeExporter opened 9 years ago
"What is the expected output? What do you see instead?"
I'm seeing acknowledge messages going unhandled after what seems to be a random
period of time then the clients disconnecting. As seen above in my switch
statement handling of different messages types I am seeing the following
message logged;
"Unhandled message type: Acknowledge"
Original comment by joshua.h...@gmail.com
on 26 May 2012 at 2:40
I wasn't sure whether to create a new issue for this or whether I was doing
something wrong. But I thought I'd try and update to the latest version via
NuGet(I noticed the NuGet package was updated on 4/5/2012). I'm unable to
install it though and receive the following error...
Successfully installed 'Lidgren.Network 2012.2.15.2'.
Successfully uninstalled 'Lidgren.Network 2012.2.15.2'.
Install failed. Rolling back...
Could not install package 'Lidgren.Network 2012.2.15.2'. You are trying to
install this package into a project that targets '.NETFramework,Version=v3.5',
but the package does not contain any assembly references that are compatible
with that framework. For more information, contact the package author.
I have also tried targeting .NET 4 on the library I am trying to install it
into but that fails with the same issue.
Original comment by joshua.h...@gmail.com
on 26 May 2012 at 2:48
Additional information...
- I have updated to the latest r297 code and am still receiving the same
behaviour after a couple of minutes
- I have encountered this on both Unreliable and UnreliableSequenced
- I have also noticed the occasional unhandled 'pong' message
I'm not sure whether its the unhandled 'acknowledge' or 'pong' messages that
ultimately causes the clients to drop.
Original comment by joshua.h...@gmail.com
on 28 May 2012 at 12:15
Original issue reported on code.google.com by
joshua.h...@gmail.com
on 26 May 2012 at 2:36