fix: 完善直播结束通知与 WebSocket 连接
This commit is contained in:
@@ -46,7 +46,6 @@ class ChatService {
|
||||
|
||||
void connect(String baseUrl, String roomId, String username) {
|
||||
final wsUri = _webSocketUri(baseUrl).replace(
|
||||
scheme: 'ws',
|
||||
path: '/api/ws/room/$roomId',
|
||||
queryParameters: {'username': username},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user