mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-20 06:35:17 +00:00
fix
This commit is contained in:
@@ -198,7 +198,7 @@ runXFTPRcvWorker c srv doWork = do
|
||||
atomically $ assertAgentForeground c
|
||||
loop
|
||||
retryDone e = do
|
||||
withStore' c (`deleteSndFileReplica` rcvChunkReplicaId)
|
||||
withStore' c (`deleteRcvFileReplica` rcvChunkReplicaId)
|
||||
rcvWorkerInternalError c rcvFileId rcvFileEntityId (Just fileTmpPath) (show e)
|
||||
downloadFileChunk :: RcvFileChunk -> RcvFileChunkReplica -> m ()
|
||||
downloadFileChunk RcvFileChunk {userId, rcvFileId, rcvFileEntityId, rcvChunkId, chunkNo, chunkSize, digest, fileTmpPath} replica = do
|
||||
|
||||
Reference in New Issue
Block a user