sgx-bwmsgsv2.rb 🔗
@@ -586,6 +586,7 @@ module SGXbwmsgsv2
).then { |rn|
if rn
@registration_repo.delete(i.from).then do
+ write_to_stream i.reply
EMPromise.reject(:done)
end
else
Christopher Vollick created
Reply to IBR remove request
See merge request soprani.ca/sgx-bwmsgsv2!11
sgx-bwmsgsv2.rb | 1 +
1 file changed, 1 insertion(+)
@@ -586,6 +586,7 @@ module SGXbwmsgsv2
).then { |rn|
if rn
@registration_repo.delete(i.from).then do
+ write_to_stream i.reply
EMPromise.reject(:done)
end
else