mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
fix: macos Support
This commit is contained in:
@@ -127,11 +127,7 @@ class PartyRoom extends _$PartyRoom {
|
||||
final serverAddress = URLConf.partyRoomServerAddress;
|
||||
final serverPort = URLConf.partyRoomServerPort;
|
||||
|
||||
final channel = ClientChannel(
|
||||
serverAddress,
|
||||
port: serverPort,
|
||||
options: const ChannelOptions(credentials: ChannelCredentials.insecure()),
|
||||
);
|
||||
final channel = ClientChannel(serverAddress, port: serverPort);
|
||||
|
||||
final authClient = auth.AuthServiceClient(channel);
|
||||
final roomClient = partroom.PartRoomServiceClient(channel);
|
||||
|
||||
Reference in New Issue
Block a user