setImmediate
See original GitHub issueScreenshots
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:
But for some of the users when they click on yes button the webchat is sending some wierd message as following:
Because of the above our entire functionality get broken. Please elaborate.
To Reproduce
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Expected behavior
Additional context
[Bug]
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@corinagum we are still investigating this issue, so we are not ready to close it yet.
@vikramdadwal can you try @ankitvarmait’s recommendation? I’ll continue to investigate this.