From 413af70e03cbf1424ad663885bcf5fb0a4030211 Mon Sep 17 00:00:00 2001 From: Ilya Khaprov Date: Sun, 7 Feb 2016 23:34:36 +0300 Subject: [PATCH] remove sneaked receive-from --- src/connection/iolib-threaded.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection/iolib-threaded.lisp b/src/connection/iolib-threaded.lisp index 7e29843..3aed95d 100644 --- a/src/connection/iolib-threaded.lisp +++ b/src/connection/iolib-threaded.lisp @@ -112,7 +112,6 @@ (cond ((> (/ (- now (connection-last-server-activity connection)) (connection-heartbeat% connection)) 2) - (receive-from connection :start 0 :Buffer #b"\x0\x0\x0x\0") (log:error "Missed heartbeat from server") (throw 'stop-connection 'transport-error)) ((>= now (+ (connection-last-client-activity connection) (connection-heartbeat% connection)))