Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed May 7, 2024
1 parent 19728ba commit 9c25162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/amqproxy/client.cr
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ module AMQProxy
# Send frame to client, channel id should already be remapped by the caller
def write(frame : AMQ::Protocol::Frame)
@outgoing_frames.send frame
rescue Channel::ClosedError
# do nothing
rescue Channel::ClosedError
# do nothing
end

def close_connection(code, text, frame = nil)
Expand Down

0 comments on commit 9c25162

Please sign in to comment.