mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 14:51:56 -06:00
Try to resume transaction re-sends
This commit is contained in:
parent
5b67f47547
commit
7a4321ac85
|
@ -177,6 +177,7 @@ func Send(
|
||||||
ch := make(chan util.JSONResponse, 1)
|
ch := make(chan util.JSONResponse, 1)
|
||||||
txnIDs.Store(index, ch)
|
txnIDs.Store(index, ch)
|
||||||
defer close(ch)
|
defer close(ch)
|
||||||
|
defer txnIDs.Delete(index)
|
||||||
|
|
||||||
t := txnReq{
|
t := txnReq{
|
||||||
rsAPI: rsAPI,
|
rsAPI: rsAPI,
|
||||||
|
|
Loading…
Reference in a new issue