Skip to content

Commit

Permalink
fix (DISET): ensure _processProposal always sets "closeTransport"
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Oct 23, 2024
1 parent 56268a1 commit ad93ad5
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"]:
result["closeTransport"] = True
return retVal

messageConnection = False
Expand Down

0 comments on commit ad93ad5

Please sign in to comment.