Skip to content

Commit

Permalink
Removed rouge comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hll committed Nov 3, 2020
1 parent fd5f232 commit 187d8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyekonlib/Controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def doTimeoutChecks(self):
if len(self._sessions.keys()) > 0:
if (now-self._lastHeartbeatSentTime).seconds > ServerController.SEND_HEARTBEAT_INTERVAL:
await self.sendHeartbeats()
await self._asyncSleep(1) # curio.sleep(1)
await self._asyncSleep(1)

async def startPeriodicTimeoutCheck(self):
if not self._startPeriodicTimeoutCheckStarted:
Expand Down

0 comments on commit 187d8cd

Please sign in to comment.