diff --git a/src/Bayeux/BayeuxClient.php b/src/Bayeux/BayeuxClient.php index e2defd0..7f9d45a 100644 --- a/src/Bayeux/BayeuxClient.php +++ b/src/Bayeux/BayeuxClient.php @@ -163,6 +163,7 @@ protected function createClient(string $version = "44.0") public function start() { + $this->previousStates = []; $this->setState(new State\HandshakeState($this, $this->logger)); do { $this->state->handle();