优化更新
This commit is contained in:
@@ -125,7 +125,7 @@ class WebSocketService
|
||||
if (strpos($key, 'uid:') !== 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Log::info($key . json_encode($row));
|
||||
$userId = (int)substr($key, 4); // 移除 'uid:' 前缀
|
||||
$fd = (int)$row['value'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user