Skip to content

Commit

Permalink
add continue
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Nov 15, 2018
1 parent 45f1804 commit e69413b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/rpc_server.go
Original file line number Diff line number Diff line change
@@ -414,6 +414,7 @@ func (s *rpcServer) Start() error {
if err != nil {
log.Logf("Accept error: %v", err)
time.Sleep(time.Second)
continue
}

// no error just exit

0 comments on commit e69413b

Please sign in to comment.