? 默認規(guī)則是Gateway隨機選擇一個BusinessWorker進程,然后把當前client_id與這個BusinessWorker進程綁定,以后這個client_id的所有數(shù)據(jù)(onConnect/onMessage/onClose事件)都交給這個綁定的BusinessWorker進程處理。 ? 只需要停止BusinessWorker的服務,運行php start.php stop,然后下線即可。Gate...