mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix zsync cannot run properly in Kindle due to firewall
This commit is contained in:
@@ -67,7 +67,7 @@ function MessageQueue:handleZMsgs(messages)
|
||||
local message_size = czmq.zmsg_size(messages[1])
|
||||
local command = pop_string()
|
||||
DEBUG("ØMQ message", command)
|
||||
if command == "ENTER" and #messages >= 4 then
|
||||
if command == "ENTER" then
|
||||
local id = pop_string()
|
||||
local name = pop_string()
|
||||
local header = pop_header()
|
||||
|
||||
Reference in New Issue
Block a user