+1
The request object does not contain the required authentication attribute
Em cài đặt Ratchet Websocket library khi thêm các method của MessageComponentInterface như ví dụ theo http://socketo.me/docs/hello-world vào thì bị lỗi:
The request object does not contain the required authentication attribute
Em tìm hiểu có thể lỗi ở xuất hiện khi thêm hàm construct :
public function __construct()
{
parent::__construct();
$this->clients = new \SplObjectStorage;
}
Làm sao để khác phục lỗi này ạ.
Thêm một bình luận