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

Macos Support? #144

Open
toby20130333 opened this issue Jul 27, 2020 · 4 comments
Open

Macos Support? #144

toby20130333 opened this issue Jul 27, 2020 · 4 comments
Assignees
Labels
feature New feature to be implemented

Comments

@toby20130333
Copy link

Hi
I found that there is not support on macos for qt?
Are there any plans to support it

@toby20130333 toby20130333 added the feature New feature to be implemented label Jul 27, 2020
@semlanik
Copy link
Owner

Hi @toby20130333 , unfortunately I don't have any device with macOS on board. Theoretically it should be possible to build project on any platform if it's possible to have required dependencies in there. I tried to build project on my colleagues macbook, few months ago, and it almost worked. There was issues in serialization tests, but it's expected because in different platforms unordered_maps give different order for fields.

@toby20130333
Copy link
Author

toby20130333 commented Jul 27, 2020

@semlanik ok, I has some question ,can you help me?
My grpc server use grpc https,but my client cannot connect this server by the follow code:
auto options = grpc::SslCredentialsOptions(); auto creds = grpc::SslCredentials(options); mClient = new GreeterClient(grpc::CreateChannel(host.toStdString(), creds));
run it got som error like:
secure_channel_create.cc:132] Failed to create secure subchannel for secure name 'pre-grpc-push.qtservice.com:8080'
qtservice is a example

@semlanik
Copy link
Owner

semlanik commented Jul 27, 2020

@toby20130333 There might be differrent issues related to network connection or certificates. Please share more logs, so probably I could point the issue. But over all as I could see you use standard C++ grpc api, but no QtGrpc.

@toby20130333
Copy link
Author

yeah i use standard c++ grpc
but qtgrpc It's a little difficult to use for me
can som standard grpc c++ https example?

@semlanik semlanik added question Further information is requested feature New feature to be implemented and removed feature New feature to be implemented question Further information is requested labels Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to be implemented
Projects
None yet
Development

No branches or pull requests

2 participants