Skip to content

Commit

Permalink
Update socket_service.dart
Browse files Browse the repository at this point in the history
Test Old Versions Socket
  • Loading branch information
MjKey authored Sep 10, 2024
1 parent 7de51a5 commit 9bc232f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/socket_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class SocketService {
_logger.info('Инициализация socket соединения');
socket = IO.io(socketUrl, <String, dynamic>{
'transports': ['websocket'],
'forceNew': true,
});

socket.on('connect', (_) {
Expand Down

0 comments on commit 9bc232f

Please sign in to comment.