You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitusingvarstateSub=awaitliveControlClient.State.Updated.SubscribeAsync(async state =>Console.WriteLine("Live control client state updated: "+state));
35
+
liveControlClient.Start();
36
+
37
+
while(true)
38
+
{
39
+
Console.Write("\rHold down enter to continue to send vibrates% ");
awaitusingvarstateSub=awaitliveControlClient.State.Updated.SubscribeAsync(async state =>Console.WriteLine("Live control client state updated: "+state));
0 commit comments