Closed GoogleCodeExporter closed 8 years ago
After digging some more the only problem is actually when the resulting
NetMessageType becomes NetMessageType.Error due to : NetMessageType tp =
(NetMessageType)((int)method + sequenceChannel);
Its unfortunate that the default (value 0) for NetDeliveryMethod is Unknown and
therefore always causes the described problem :-(
Anyway throwing an exception in SendMessage on NetDeliveryMethod.Unknown would
be more helpful than enqueuing the message with NetMessageType.Error
Original comment by enriko.r...@gmail.com
on 30 Jun 2010 at 8:15
Good call; exception added in revision 63
Original comment by lidg...@gmail.com
on 30 Jun 2010 at 9:11
Original issue reported on code.google.com by
enriko.r...@gmail.com
on 30 Jun 2010 at 9:41