mirror of
https://github.com/soypat/lneto.git
synced 2026-08-28 02:19:04 +00:00
begin testing tcp listener (not working)
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ func (h *Handler) Recv(incomingPacket []byte) error {
|
||||
return err
|
||||
}
|
||||
tfrm.ValidateExceptCRC(&h.validator)
|
||||
err = h.validator.Err()
|
||||
err = h.validator.ErrPop()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user