You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$streamReader = new StreamReader();
foreach ($streamReader->readTcpStream($lineReader, "127.0.0.1", 30003) as $line) {
//some code here
}
But I am getting the error like below local.ERROR: RuntimeException: Unexpected stream error in /var/www/html/vendor/afk11/sbs1/src/StreamReader.php:97
Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
I am calling readTcpStream as below
But I am getting the error like below
local.ERROR: RuntimeException: Unexpected stream error in /var/www/html/vendor/afk11/sbs1/src/StreamReader.php:97
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: