We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a99bdd commit 5c3b9c5Copy full SHA for 5c3b9c5
lib/src/ua.dart
@@ -884,7 +884,7 @@ class UA extends EventManager {
884
String transport = _configuration.transportType?.name ?? 'WS';
885
886
//Override transport from socket
887
- if(transport == 'WS' && _socketTransport != null){
+ if (transport == 'WS' && _socketTransport != null) {
888
transport = _socketTransport!.via_transport;
889
}
890
0 commit comments