Skip to content

Commit

Permalink
Merge pull request #7852 from ryuwd/roneil-DISET-always-closeTransport
Browse files Browse the repository at this point in the history
[v8.0] ensure processProposal always returns "closeTransport" on error
  • Loading branch information
chrisburr authored Oct 28, 2024
2 parents 44f9075 + 6d7b4f1 commit a14674d
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 a14674d

Please sign in to comment.