socket_accept is a blocking method and it doesn't return unless it accepts a new socket connection. so your code will not print "The server is ready" unless ...
確定! 回上一頁