gpt4 book ai didi

php - socket_write(): unable to write to socket [10053]

转载 作者:行者123 更新时间:2023-12-03 11:55:16 25 4
gpt4 key购买 nike

我在Laravel 5.2中使用whatsapp API

https://github.com/mgp25/Chat-API



当我尝试发送新消息时出现此错误
socket_write(): unable to write to socket [10053]: An established connection was aborted by the software in your host machine.

发送 Controller
$massage = "Thanks for subscribe";
Whatsapi::send($massage, function ($send) {
$user = User::Find(1);
$send->to($user->phone);
}

最佳答案

在关注此tutorial

我在phperror.log中配置的php.ini中遇到了相同的错误。最初,我认为这是由于firewall问题引起的,但事实并非如此。

问题是,我先运行client,然后运行server。首次运行时,Client可能无法与服务器建立连接。

因此,我通过先运行server然后运行client来解决该问题,现在可以成功建立web socket连接。

编辑:当我们只是重新加载客户端页面而没有正确终止先前的连接时,也会出现此错误。

关于php - socket_write(): unable to write to socket [10053],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39643004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com