Skip to content
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

Target net462 for gRPC WinHttpHandler support #32

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

roji
Copy link
Collaborator

@roji roji commented Aug 31, 2023

This PR simplifies usage for .NET Framework users, where WinHttpHandler needs to be used. This PR was recently merged, which makes the net462 version of Grpc.Net.Client automatically use WinHttpHandler; having Milvus.Client target net462 takes advantage of that as well.

/cc @stephentoub

Copy link
Collaborator

@weianweigan weianweigan left a comment

Choose a reason for hiding this comment

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

Awsome! 👍

@weianweigan
Copy link
Collaborator

I found that GitHub Actions seems to support Windows Server 2022. Maybe we can try testing it with .NET Framework in GitHub Actions?

minhhieugma pushed a commit to minhhieugma/milvus-sdk-csharp that referenced this pull request Sep 1, 2023
@roji
Copy link
Collaborator Author

roji commented Sep 3, 2023

I found that GitHub Actions seems to support Windows Server 2022. Maybe we can try testing it with .NET Framework in GitHub Actions?

Sure, but you'd need to deal with spinning up Milvus on Windows in CI, which I'm not sure is that easy... I did do some manual testing locally to at least confirm that this working.

@weianweigan
Copy link
Collaborator

Yes, it is not easy to run Milvus on Windows. Milvus-lite provides an option to run Milvus using a Python environment. Let me try this approach.

@weianweigan weianweigan merged commit 6185928 into milvus-io:main Sep 4, 2023
1 check passed
@roji roji deleted the Grpc branch September 4, 2023 14:32
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