176177178179180181182183184185
if (e.getMessage().equals("socket closed")) { return null; } } DetectionNotification msg = (DetectionNotification) SerializationHelper.deserialize(buf); return msg; } return null; }