Skip to content

Commit af2d141

Browse files
author
Anouar HASSINE
committed
Fixing Websocket configuration override
1 parent 25c104d commit af2d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveXComponent/WebSocket/WebSocketConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public IXCSession CreateSession(ConfigurationOverrides configurationOverrides =
4444
endpoint.Type = configurationOverrides.WebSocketType.Value;
4545
}
4646

47-
return new WebSocketSession(_endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier);
47+
return new WebSocketSession(endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier);
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)