Current Events > does anyone know anything about http requests and timeouts?

Topic List
Page List: 1
Milkman5
11/13/19 8:39:50 PM
#1:


basically I have a get request that takes a really long time, but the timeout of the client is much shorter.

Does anyone know how to do short polling in C or how to keep the call from timing out?
... Copied to Clipboard!
Guide
11/13/19 8:40:59 PM
#2:


Write a script that makes your mouse wiggle around on the active page every 5 seconds.

---
formerly evening formerly guide
https://youtu.be/Acn5IptKWQU
... Copied to Clipboard!
RPGlover2
11/13/19 8:55:47 PM
#3:


doesn't the client have a timeout flag?

---
Josh: QUESTION FOR EVERYONE....
SecureXeC: IT'S TO THE LEFT OF YOUR 'A' KEY.
... Copied to Clipboard!
Milkman5
11/13/19 9:01:27 PM
#4:


yes, the client times out after 60 seconds. But I dont want to change that because of server costs.
I basically need to send the request then poll it later with an async call, but I cant find how to do that in C# online
... Copied to Clipboard!
Topic List
Page List: 1