mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Try to resume transaction re-sends
This commit is contained in:
parent
5b67f47547
commit
7a4321ac85
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ func Send(
|
|||
ch := make(chan util.JSONResponse, 1)
|
||||
txnIDs.Store(index, ch)
|
||||
defer close(ch)
|
||||
defer txnIDs.Delete(index)
|
||||
|
||||
t := txnReq{
|
||||
rsAPI: rsAPI,
|
||||
|
|
Loading…
Reference in a new issue