Baptiste DB
Results
1
comments of
Baptiste DB
Testing feof inside hasFrameToRead resolves the issue : ``` if(feof($this->_socket)){ require_once 'Stomp/Exception.php'; throw new StompException('Disconnected'); } ```