Skip to content

Commit

Permalink
missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 2, 2023
1 parent 9c405fb commit 9d99df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connection/reconnect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

function reconnect(nc::Connection, host, port, con_msg)
@info "Trying to connect nats://$host:$port"
start_time = time()
sock = retry(Sockets.connect, delays=SOCKET_CONNECT_DELAYS)(port)
@info "Connected after $(time() - start_time) s."

Expand Down

0 comments on commit 9d99df3

Please sign in to comment.