Skip to content

chore(client): update func definition to be clearer #281

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

Joshswooft
Copy link
Contributor

Started playing around with dapr and had a slight issue as I followed the docs on the main website which suggested running dapr with: dapr run --app-id myapp --dapr-http-port 3500.

When it came to creating the client I assumed I could use dapr.NewClientWithPort("3500") but upon further investigation I saw it's internally using a gRPC port. I think we should make it a bit clearer to the reader.

@Joshswooft Joshswooft requested a review from a team as a code owner April 15, 2022 17:34
@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #281 (cf9f9a3) into main (885ee8d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #281   +/-   ##
=======================================
  Coverage   66.66%   66.66%           
=======================================
  Files          26       26           
  Lines        1503     1503           
=======================================
  Hits         1002     1002           
  Misses        415      415           
  Partials       86       86           
Impacted Files Coverage Δ
client/client.go 72.30% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 885ee8d...cf9f9a3. Read the comment docs.

Signed-off-by: Josh Dando <joshdando@Joshs-MacBook-Pro.local>
Copy link
Member

@yaron2 yaron2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@yaron2 yaron2 added this to the 1.5 milestone Apr 23, 2022
@yaron2 yaron2 merged commit 24ccf7e into dapr:main Apr 23, 2022
@yaron2
Copy link
Member

yaron2 commented Apr 23, 2022

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants