Skip to content

Commit

Permalink
fixed not attempting to relogin on target server restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerem Cem ASLAN committed Aug 18, 2020
1 parent 0d2aa69 commit 951981b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions services/dcs-proxy/tcp/client.ls
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export class DcsTcpClient extends ProxyClient
@on \disconnect, ~>
@log.info "Disconnected."
@log.info "ProxyClient will try to reconnect."
if @connected
<~ sleep 3000ms
@trigger \_login
<~ sleep 3000ms
@trigger \_login

0 comments on commit 951981b

Please sign in to comment.