#245 fixed coordinator missing pocket packets and connection timeouts

This commit is contained in:
Mikayla Fischler
2023-06-03 18:51:59 -04:00
parent 0b939be412
commit 38fc7189ba
3 changed files with 5 additions and 6 deletions

View File

@@ -117,8 +117,6 @@ function api.new_session(id, in_queue, out_queue, timeout)
-- process packet
if pkt.scada_frame.protocol() == PROTOCOL.COORD_API then
---@cast pkt capi_frame
-- feed watchdog
self.conn_watchdog.feed()
-- handle packet by type
if pkt.type == nil then