Skip to content

Commit

Permalink
sweep: DIRACGrid#7852 ensure processProposal always returns "closeTra…
Browse files Browse the repository at this point in the history
…nsport" on error
  • Loading branch information
chrisburr authored and fstagni committed Nov 6, 2024
1 parent a461a40 commit a1d35f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/Core/DISET/private/Service.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ def _processProposal(self, trid, proposalTuple, handlerObj):
# Notify the client we're ready to execute the action
retVal = self._transportPool.send(trid, S_OK())
if not retVal["OK"]:
retVal["closeTransport"] = True
return retVal

messageConnection = False
Expand Down

0 comments on commit a1d35f8

Please sign in to comment.