Cannot assign requested address

项目本身在运行, stop关掉后, 在打开就一直说连接端口用完了, 百度了基本也是这么说, 然后看了下占用情况和TIME_WAIT都是正常的, 也按照百度上所说的试了试 , 结果还是一样, 包括改了端口,等也还是这样, 哪位大神帮帮忙

                                   
  [Exception]                      
  Cannot assign requested address  
                                   


Exception trace:
 () at /www/wwwroot/admin.ant.xyz/tp5_chat/vendor/workerman/workerman/Worker.php:2093
 Workerman\Worker->listen() at /www/wwwroot/admin.ant.xyz/tp5_chat/vendor/workerman/workerman/Worker.php:594
 Workerman\Worker::initWorkers() at /www/wwwroot/admin.ant.xyz/tp5_chat/vendor/workerman/workerman/Worker.php:474
 Workerman\Worker::runAll() at /www/wwwroot/admin.ant.xyz/tp5_chat/application/chat/controller/Gate.php:55
 app\chat\controller\Gate->__construct() at n/a:n/a
 ReflectionClass->newInstanceArgs() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/library/think/App.php:359
 think\App::invokeClass() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/library/think/Loader.php:479
 think\Loader::controller() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/library/think/App.php:580
 think\App::module() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/library/think/App.php:456
 think\App::exec() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/library/think/App.php:139
 think\App::run() at /www/wwwroot/admin.ant.xyz/tp5_chat/thinkphp/start.php:19
 require() at /www/wwwroot/admin.ant.xyz/tp5_chat/start.php:26

 

已解决