Skip to content

Commit

Permalink
deploy: 538157e
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Oct 30, 2024
1 parent 74b306d commit 4a928d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions viam_sdk/RobotClient/atAddress.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ <h2><span>Implementation</span></h2>
client._options = options;
client._channel = await dial(url, options.dialOptions, () =&gt; client._sessionsClient.metadata());
client._sessionsClient = SessionsClient(client._channel, options.enableSessions);
client._sessionsClient.start();
client._client = rpb.RobotServiceClient(client._channel);
client._streamManager = StreamManager(client._channel as WebRtcClientChannel);
await client.refresh();
Expand Down

0 comments on commit 4a928d3

Please sign in to comment.