Skip to content

Commit

Permalink
remove sneaked receive-from
Browse files Browse the repository at this point in the history
  • Loading branch information
deadtrickster committed Feb 7, 2016
1 parent cd1028e commit 413af70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/connection/iolib-threaded.lisp
Expand Up @@ -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)))
Expand Down

0 comments on commit 413af70

Please sign in to comment.