Open GoogleCodeExporter opened 9 years ago
Also forgot to mention this was an upgrade from 2.0.0.553 and it worked in both
debug
and release mode.
Original comment by duffy.a...@gmail.com
on 12 Feb 2009 at 4:34
I think there's an assert with side-effects. I'm pretty sure it's already been
fixed in the head of subversion. Can
you post a protocol trace, or narrow down where the disconnection is happening?
Original comment by hil...@gmail.com
on 16 Feb 2009 at 6:37
for anyone having this problem look at the line of code:
Debug.Assert(map.TryGetValue(value, out val));
in the class EnumParser.cs
simple change to:
map.TryGetValue(value, out val);
Original comment by BCaseyHa...@gmail.com
on 16 Mar 2009 at 6:33
I do not have EnumParser.cs
Original comment by duffy.a...@gmail.com
on 19 Mar 2009 at 4:09
Actually, this was fixed in head:
http://code.google.com/p/jabber-net/source/diff?
spec=svn760&r=727&format=side&path=/trunk/jabber/protocol/EnumParser.cs&old_path
=/trunk/jabber/prot
ocol/EnumParser.cs&old=724
Original comment by hil...@gmail.com
on 20 Mar 2009 at 5:56
Original issue reported on code.google.com by
duffy.a...@gmail.com
on 12 Feb 2009 at 4:09