mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 21:32:15 +08:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
9729e69bbf
@ -1795,10 +1795,6 @@ openim::util::stop_services_on_ports() {
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
# nc -l -p 12345
|
|
||||||
# nc -l -p 123456
|
|
||||||
# ps -ef | grep "nc -l"
|
|
||||||
# openim::util::stop_services_on_ports 1234 12345
|
|
||||||
|
|
||||||
|
|
||||||
# The `openim::util::stop_services_with_name` function stops services with specified names.
|
# The `openim::util::stop_services_with_name` function stops services with specified names.
|
||||||
|
|||||||
@ -77,7 +77,7 @@ func main() {
|
|||||||
|
|
||||||
err = configGetEnv(conf)
|
err = configGetEnv(conf)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Printf("configGetEnv failed,err:%v", err)
|
fmt.Printf("configGetEnv failed, err:%v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user