launch stabilise thread
closes #44 although stabilise functionality is still untested
This commit is contained in:
parent
81e346db4e
commit
c9783a10cf
|
@ -307,7 +307,8 @@ fediMainThreads sock nsSTM = do
|
|||
-- all get cancelled
|
||||
concurrently_
|
||||
(fediMessageHandler sendQ recvQ nsSTM) $
|
||||
concurrently
|
||||
concurrently_ (stabiliseThread nsSTM) $
|
||||
concurrently_
|
||||
(sendThread sock sendQ)
|
||||
(recvThread sock recvQ)
|
||||
|
||||
|
|
Loading…
Reference in a new issue