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
The dapr runtime will wait for the app to listen on the port given in --app-id. If it does not, this will wait forever:
== DAPR == time="2020-05-24T13:13:57.8317813-06:00" level=info msg="application protocol: http. waiting on port 5000. This will block until the app is listening on that port."
However this will print afterwards, making it sound like everything is ok:
⚠ Could not update sidecar metadata for cliPID: PUT http://127.0.0.1:3501/v1.0/metadata/cliPID giving up after 5 attempts
✅ You're up and running! Dapr logs will appear here.
The dapr runtime will wait for the app to listen on the port given in --app-id. If it does not, this will wait forever:
However this will print afterwards, making it sound like everything is ok:
These should be clarified.
From #345.
The text was updated successfully, but these errors were encountered: