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

No response when dialing to Mailbox via gPRC #124

Open
studioTeaTwo opened this issue Dec 3, 2023 · 1 comment · May be fixed by #127
Open

No response when dialing to Mailbox via gPRC #124

studioTeaTwo opened this issue Dec 3, 2023 · 1 comment · May be fixed by #127

Comments

@studioTeaTwo
Copy link

There is no error or cancellation at calling grpc.DialContext below, it is just put on hold.
The mailbox is mailbox.terminal.lightning.today:443
https://github.com/lightninglabs/aperture/blob/master/lnc/lnc.go#L284-L286

By the way, this issue may be due to be re-use passphrase from multiple containers under development, because it worked generating new phrase per container. However, I don't know because I haven't received a response and seen any documentation prohibiting passphrase reuse.

@positiveblue
Copy link
Contributor

Hi @studioTeaTwo I think you are right that it holds forever and the reason is that after a connection has been stablished using a passphrase a "secret" key is created and the communication with the mailbox-node uses that key. Which means that passphrase cannot be reused. Let's fix this in two different PRs:

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 a pull request may close this issue.

2 participants