diff options
author | Andrew Cady <d@jerkface.net> | 2018-06-20 19:46:21 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-06-20 19:48:38 -0400 |
commit | f0fa112544e6be6feb0fbb8e235e2c58d3e9c400 (patch) | |
tree | 970819ce22f1b43e72d226648caf86577eb4b520 /ToxToXMPP.hs | |
parent | 07ef8d1d2fe204b628e08200a975effc51538163 (diff) |
ensure the announce key search repeats
Diffstat (limited to 'ToxToXMPP.hs')
-rw-r--r-- | ToxToXMPP.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ToxToXMPP.hs b/ToxToXMPP.hs index c61764ef..9391a232 100644 --- a/ToxToXMPP.hs +++ b/ToxToXMPP.hs | |||
@@ -175,7 +175,6 @@ startConnecting0 tx them contact = do | |||
175 | -- likelihood of failure as the chances of packet loss | 175 | -- likelihood of failure as the chances of packet loss |
176 | -- happening to all (up to to 8) packets sent is low. | 176 | -- happening to all (up to to 8) packets sent is low. |
177 | -- | 177 | -- |
178 | -- TODO: Reschedule this as appropriate within 'dispatch' function. | ||
179 | scheduleSearch announcer | 178 | scheduleSearch announcer |
180 | akey | 179 | akey |
181 | (SearchMethod (toxQSearch tox) | 180 | (SearchMethod (toxQSearch tox) |