Closed GoogleCodeExporter closed 8 years ago
I fixed the issue in my own copy of Lidgren by applying the attached patch.
Instead of deducing the sequence number, I just cache it along with the stored
message when it's first sent.
I can confirm that it fixes at least some cases of having a connection stuck in
a loop of message resending (although I suspect that there might be another bug
somewhere in the resending logic because I still have other similar issues.
I'll submit an issue / patch if and when I figure it out)
Original comment by elise...@gmail.com
on 17 Jan 2013 at 5:17
Attachments:
The above attached patch uncomments the LogWarning line, you probably don't
want that. Here's an updated patch which doesn't do that.
Original comment by elise...@gmail.com
on 17 Jan 2013 at 5:21
Attachments:
I haven't seen this problem myself, but those numbers do indeed look mysterious
- it probably only happens under certain circumstances. The patch looks good
and I've integrated it in revision 330. Thanks!
Original comment by lidg...@gmail.com
on 18 Jan 2013 at 7:19
Cool, thanks :)
Original comment by elise...@gmail.com
on 20 Jan 2013 at 1:25
Original issue reported on code.google.com by
elise...@gmail.com
on 17 Jan 2013 at 3:27