Skip to content

Commit

Permalink
[Multiverse] Removed extra lock release in clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanBassiouny committed Dec 13, 2024
1 parent f6a7127 commit 838ef77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pycram/worlds/multiverse_communication/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ def send_data_to_server(self, data: List,
if receive_meta_data:
self.request_meta_data["receive"] = receive_meta_data
self.send_and_receive_meta_data()
self.lock.release()
self.send_data = data
self.send_and_receive_data()
response_meta_data = self.response_meta_data
Expand Down

0 comments on commit 838ef77

Please sign in to comment.