I want to connect to a websocket using PHP, but a segmentation fault is thrown. Code: ``` \Ratchet\Client\connect('wss://be.huobi.com/ws'); ``` Result: ``` Segmentation Fault(Core Dumped) ``` Environment: 1. Libevent 2.1.8 2. PHP 7.1
I want to connect to a websocket using PHP, but a segmentation fault is thrown.
Code:
Result:
Environment: