We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6715b commit 35a4033Copy full SHA for 35a4033
1 file changed
RGB.NET.Devices.Wooting/Grpc/WootingGrpcDeviceProvider.cs
@@ -62,7 +62,7 @@ public WootingGrpcDeviceProvider()
62
/// <inheritdoc />
63
protected override void InitializeSDK()
64
{
65
- _channel = GrpcChannel.ForAddress("http://localhost:50051");
+ _channel = GrpcChannel.ForAddress("http://127.0.0.1:50051");
66
_client = new RgbSdkService.RgbSdkServiceClient(_channel);
67
}
68
0 commit comments