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

Stop hardcoding Netty dependency so example works on Android #283

Closed
wants to merge 2 commits into from

Commits on Aug 12, 2016

  1. Stop hardcoding Netty dependency so example works on Android

    Using ManagedChannelBuilder allows GRPC to auto-detect the best transport for the runtime environment on which this code will run.
    louiscryan authored Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3bb3a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Update AsyncRecognizeClient.java

    Louis Ryan authored Aug 16, 2016
    Configuration menu
    Copy the full SHA
    680c4b6 View commit details
    Browse the repository at this point in the history