error details are shown below:
the running environment of the program in which the error occurs: the program opens multiple processes listening to the same port, while
endless loop 1us
calls stream_select
to accept client connections + read client messages, and press ctrl + c
to control the error when the process exits.
what is the reason for this? How to solve the problem?