From 7a4321ac8576bf00237ce2bc19a0f7f45f0d135c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 3 Nov 2021 17:28:21 +0000 Subject: [PATCH] Try to resume transaction re-sends --- federationapi/routing/send.go | 1 + 1 file changed, 1 insertion(+) diff --git a/federationapi/routing/send.go b/federationapi/routing/send.go index 446be8c9c..7c4d0b5a7 100644 --- a/federationapi/routing/send.go +++ b/federationapi/routing/send.go @@ -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,