Closed lt closed 8 years ago
Not sure if the socket is being closed from the remote end, or the local end due to a timeout, but getting the following notice spam.
Notice: Undefined property: Amp\Websocket\Rfc6455Endpoint::$closeTimeout in vendor/amphp/websocket/lib/Rfc6455Endpoint.php on line 428
@bwoebi I guess we should assign null instead of unset the closeTimeout
null
unset
Urgs, I always forget that unset() actually removes them :x … Will fix.
Not sure if the socket is being closed from the remote end, or the local end due to a timeout, but getting the following notice spam.