Skip to content

Commit

Permalink
Add comment for request id
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec committed Jul 4, 2024
1 parent 637b9f9 commit ad023ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ def issueRequestToClient(self, request, context):
requestToClient.clientUid = clientId
requestToClient.msgType = request.msgType
requestToClient.requestBody = request.requestBody
# TODO: Deambiguate server-> client and server->management client ID
requestToClient.requestNo = request.requestNo

requestNo = cm.scheduleNewRequestToClient(clientId, requestToClient)
Expand Down

0 comments on commit ad023ca

Please sign in to comment.