mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 09:38:31 +00:00
connect on ipv4 only
speeds up first connection significantly
This commit is contained in:
parent
dc6715b236
commit
35a4033521
@ -62,7 +62,7 @@ public sealed class WootingGrpcDeviceProvider : AbstractRGBDeviceProvider
|
|||||||
/// <inheritdoc />
|
/// <inheritdoc />
|
||||||
protected override void InitializeSDK()
|
protected override void InitializeSDK()
|
||||||
{
|
{
|
||||||
_channel = GrpcChannel.ForAddress("http://localhost:50051");
|
_channel = GrpcChannel.ForAddress("http://127.0.0.1:50051");
|
||||||
_client = new RgbSdkService.RgbSdkServiceClient(_channel);
|
_client = new RgbSdkService.RgbSdkServiceClient(_channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user