Skip to content

Commit

Permalink
[compat] fixed bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobu19800 committed Oct 17, 2023
1 parent 6bda0e2 commit a00602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRTM_aist/ext/transport/ROSTransport/ROSOutPort.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def put(self, data):

# connector.shutdown(socket.SHUT_RDWR)

ret = self.CONNECTION_LOST
#ret = self.CONNECTION_LOST
self._tcp_connecters.remove(connector)
return ret

Expand Down

0 comments on commit a00602c

Please sign in to comment.