#### 问题描述
1.workerman内部使用没问题了,但是在php7.2.33 tp5项目外部链接给指定客户或者全部客户发送消息,会出现可能十次有五六次才能成功,其他就报错"SSL handshakeerror: stream_socket_enable_crypto(): SSL operation failed with code 1.个进程好像无法推送了,只能内部使用
#### 程序代码或配置
// 建立socket连接到内部推送端口
$context = stream_context_create([
'ssl'allow_self_signed' => true,
// 'timeout' => 60, // 增加超时时间
]
]);
/*这里使用 ssl