Skip to content

Commit f41ec7f

Browse files
authoredAug 9, 2019
Merge pull request #109 from xcomponent/fix-ws-config-override
Fixing Websocket configuration override
2 parents 469016d + af2d141 commit f41ec7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ReactiveXComponent/WebSocket/WebSocketConnection.cs

+1-1
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)