question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Screenshots

Version

4.0

Describe the bug

I have a Adaptive card where we are dispalying some content and two Submit button as following:

“actions”: [ { “type”: “Action.Submit”, “id”: “yesid”, “title”: “Yes”, “data”: “Yes” }, { “type”: “Action.Submit”, “id”: “noid”, “title”: “No”, “data”: “No” }

We tested our end and when ever we are clicking on Yes butoon , webchat is sending “Yes” as the string to the server:

image

But for some of the users when they click on yes button the webchat is sending some wierd message as following:

image

Because of the above our entire functionality get broken. Please elaborate.

To Reproduce

Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected behavior

Additional context

[Bug]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tdurnfordcommented, Dec 3, 2019

@corinagum we are still investigating this issue, so we are not ready to close it yet.

1reaction
tdurnfordcommented, Nov 15, 2019

@vikramdadwal can you try @ankitvarmait’s recommendation? I’ll continue to investigate this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Window.setImmediate() - Web APIs - MDN Web Docs
This method is used to break up long running operations and run a callback function immediately after the browser has completed other operations ......
Read more >
Understanding setImmediate() - NodeJS Dev
Any function passed as the setImmediate() argument is a callback that's executed in the next iteration of the event loop. How is setImmediate()...
Read more >
What is setImmediate() in Node.js? - Educative.io
The setImmediate function is used to execute a function right after the current event loop finishes. In simple terms, the function functionToExecute is ......
Read more >
Timers | Node.js v19.3.0 Documentation
This object is created internally and is returned from setImmediate() . It can be passed to clearImmediate() in order to cancel the scheduled...
Read more >
A cross-browser implementation of the new setImmediate API.
setImmediate allows scripts to yield to the browser, executing a given operation asynchronously, in a manner that is typically more efficient and consumes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found