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
In the examples folder the code is similar to the mine:
// Set the Dapr addresslet addr = "https://127.0.0.1".to_string();// Create the clientletmut client = dapr::Client::<dapr::client::TonicClient>::connect(addr).await?;
Expected Behavior
Show the correct way to create the client.
In the
examples
folder the code is similar to the mine:Actual Behavior
Show the incorrect code to create a client.
Steps to Reproduce the Problem
Not applicable.
Release Note
RELEASE NOTE: UPDATE How to configure the client in the Rust SDK.
The text was updated successfully, but these errors were encountered: