We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 469016d + af2d141 commit f41ec7fCopy full SHA for f41ec7f
1 file changed
ReactiveXComponent/WebSocket/WebSocketConnection.cs
@@ -44,7 +44,7 @@ public IXCSession CreateSession(ConfigurationOverrides configurationOverrides =
44
endpoint.Type = configurationOverrides.WebSocketType.Value;
45
}
46
47
- return new WebSocketSession(_endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier);
+ return new WebSocketSession(endpoint, _timeout, _xcConfiguration, _privateCommunicationIdentifier);
48
49
50
0 commit comments