You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the make stop command is executed, it cannot detect whether the port is stopped or not.
What did you expect to happen?
Fix the bug as follow:
The script prints a log.
Begin to stop all openim service
The script sends a signal
3、Program prints an exit log
4、Wait for 1s
5、check Detect whether all processes are stopped (if any process is not closed, then prompt)
How can we reproduce it (as minimally and precisely as possible)?
none
Anything else we need to know?
No response
version
```console
$ {name} version
# paste output here
```
Cloud provider
OS version
```console
# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here
# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
```
Install tools
The text was updated successfully, but these errors were encountered:
What happened?
When the make stop command is executed, it cannot detect whether the port is stopped or not.
What did you expect to happen?
Fix the bug as follow:
Begin to stop all openim service
3、Program prints an exit log
4、Wait for 1s
5、check Detect whether all processes are stopped (if any process is not closed, then prompt)
How can we reproduce it (as minimally and precisely as possible)?
none
Anything else we need to know?
No response
version
Cloud provider
OS version
Install tools
The text was updated successfully, but these errors were encountered: