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

[SDK]: EventStream issue #183

Open
thedoomboy opened this issue Jun 12, 2024 · 0 comments
Open

[SDK]: EventStream issue #183

thedoomboy opened this issue Jun 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thedoomboy
Copy link

Describe the bug

I'm experiencing a problem with a @ton-connect/ui-react integration where upon using sendTransaction when connected to an external wallet (on my iPhone) sometimes the EventStream doesn't reflect the actions taken within the TonKeeper app, for example cancelling the transaction request or even sometimes upon transaction sending. I've dug through documentation and also watched the console logs which finally lead me to the eventstream which just has the heartbeat in it when this occurs (when it's working it includes the decline and success events for the transactions).

I'm not sure if I should be posting this in here or elsewhere so let me know if this is the incorrect place and if you could assist in where i should report this issue that would be much appreciated.

Expected behavior

Having the eventstream be consistently updated with the users actions taken within the TonKeeper iOS app.

Current behavior

The eventstream is inconsistenly updated with the users actions taken within the TonKeeper iOS app where it's sometimes failing to get updated,

Steps to Reproduce

  1. Call sendTransaction on tonConnectUI when connected to TonKeeper on your external wallet (in my case iOS app)
  2. Cancel or complete the request
  3. Sometimes the UI won't update within the website, sometimes it will work as it should (saying transaction declined or succesful)

Environment

On desktop i'm using Chrome with @tonconnect/ui-react
On mobile to complete the transaction i'm using TonKeeper on iOS

Additional context

No response

@thedoomboy thedoomboy added the bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants