peibinzhu
Results
1
comments of
peibinzhu
@Yurunsoft 同样遇到这个问题 在 `src/Client/SwooleClient.php` 文件 145 行 https://github.com/swoole/phpkafka/blob/f15474647d5a3ed70f5480d46c7a37cfe6e6a973/src/Client/SwooleClient.php#L145-L154 改成 ```php // 忽略其他代码 } catch (Exception $e) { if ($e instanceof SocketException && !$this->connected) { return; } if ($e instanceof SocketException...