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
thrownewConnectException('Cannot to connect to Bolt service on ' . $this->connection->getIp() . ':' . $this->connection->getPort() . ' (looks like HTTP)');
108
+
$version = $this->unpackProtocolVersion($bytes);
106
109
if (empty($version))
107
110
thrownewConnectException('Wrong version');
108
111
@@ -111,13 +114,14 @@ private function handshake(): string
0 commit comments