Skip to content

Conversation

@diaozxin007
Copy link
Collaborator

Fixes #16

@diaozxin007 diaozxin007 requested a review from a team as a code owner May 26, 2020 06:04
Copy link
Contributor

@redmaple1 redmaple1 left a comment

Choose a reason for hiding this comment

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

LGTM

@redmaple1 redmaple1 merged commit b8025d4 into wechaty:master May 26, 2020
// private var finishLatch:CountDownLatch? = null

private fun discoverHostieIpa(): String {
private fun discoverHostieIp():Pair<String,String>{
Copy link
Member

@huan huan May 26, 2020

Choose a reason for hiding this comment

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

I think the port in JSON data is number instead of string.

I hope it can be converted automatically.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

NumberUtils.toInt(discoverHostieIp.second) can convert it to Int

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants