Skip to content

Commit

Permalink
Do not re-raise WebSocketClosedError.
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k committed Oct 11, 2022
1 parent 8acdb62 commit 95905f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rosbridge_server/src/rosbridge_server/websocket_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def prewrite_message(self, message, binary):
"WebSocketClosedError: Tried to write to a closed websocket",
throttle_duration_sec=1.0,
)
raise
except StreamClosedError:
cls.node_handle.get_logger().warn(
"StreamClosedError: Tried to write to a closed stream",
Expand Down

0 comments on commit 95905f8

Please sign in to comment.