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
Stephen Paul Weber created
Otherwise caller times out waiting for it
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