diff --git a/ReactiveXComponent/WebSocket/WebSocketConnection.cs b/ReactiveXComponent/WebSocket/WebSocketConnection.cs index 7148e5c..90010ea 100644 --- a/ReactiveXComponent/WebSocket/WebSocketConnection.cs +++ b/ReactiveXComponent/WebSocket/WebSocketConnection.cs @@ -44,7 +44,7 @@ public IXCSession CreateSession(ConfigurationOverrides configurationOverrides = endpoint.Type = configurationOverrides.WebSocketType.Value; } - return new WebSocketSession(_endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier); + return new WebSocketSession(endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier); } } }