-
Notifications
You must be signed in to change notification settings - Fork 57
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 I register unconfirmedAdded to Listener. #779
Comments
Do you have this issue all the time or just happened once? |
this issue is all time happened. |
I'm sorry ,I was able to get it by setting the announcing node and the listening node to be the same. |
sorry again, this issue is no longer reproduced. Please keep it pending for a while. |
It turns out. If the node that announces transaction and the node that sets Listener are the same, it works fine. |
Is this phenomenon similar to this issue? |
I've found a strange phenomenon. listener.status(alice).subscribe(x=>console.log(x)); |
I want to get Unconfirmed transaction when someone send XYM to my account.
but I can't get it by using listener.unconfirmedAdded
subscribe was successful.
and I send XYM by using Desktop Symbol Wallet (ver 1.0.2)
but , there is no reaction.
btw,listener.confirmed works well
I use symbol-sdk-ts-js 1.0.0 which is browserified by nem2-browserify
The text was updated successfully, but these errors were encountered: