mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 10:35:59 +08:00
conn
This commit is contained in:
@@ -66,9 +66,5 @@ func Start(rpcPort int, rpcRegisterName string, prometheusPort int, rpcFn func(c
|
||||
}
|
||||
}
|
||||
}()
|
||||
err = srv.Serve(listener)
|
||||
if err != nil {
|
||||
return utils.Wrap1(err)
|
||||
}
|
||||
return nil
|
||||
return utils.Wrap1(srv.Serve(listener))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user