Home Forums Support PacketHandlerErrorGlobal_AliveTestPacket Reply To: PacketHandlerErrorGlobal_AliveTestPacket

#2766
Anonymous
Inactive

This was actually being caused by a bug. NetworkComms.Net was incorrectly raising this warning for an internally used packet type. It has been fixed and will be included in the next version. In the mean time if you want to suppress these warnings simply add the following to your code:

NetworkComms.IgnoreUnknownPacketTypes = true;

Many kind thanks for reporting the problem.

Regards,
Marc