This is in no way some urgent help request, I am just wondering.
I wanted to check if the internet connection is alive, with Erel's simple async download example. I downloaded Https://www.Google.com/index.html.
The download succeeded smoothly. But when I closed my application, some background thread must have been still stuck somewhere because after the main form closed, the application was still running, I had to click the "stop" button in B4X. This happened every time.
I closed my B4X project, created a new blank one, copied and pasted Erel's example code, changed the URL again to the Google like above, and even the new application could not be closed.
However, when I change the URL to Http://... instead of Https://... then there is no problem.
Since I just want to test the web connection, this is fine with me, I was just wondering. I would expect that an HttpJob would fail or succeed, but not that it gets stuck forever.
I tested it with some web sites, both the Http and the Https connections, but they worked, so far only Google causes the problem, consistently.
I'm just curious if anyone has any thought on this.
I wanted to check if the internet connection is alive, with Erel's simple async download example. I downloaded Https://www.Google.com/index.html.
The download succeeded smoothly. But when I closed my application, some background thread must have been still stuck somewhere because after the main form closed, the application was still running, I had to click the "stop" button in B4X. This happened every time.
I closed my B4X project, created a new blank one, copied and pasted Erel's example code, changed the URL again to the Google like above, and even the new application could not be closed.
However, when I change the URL to Http://... instead of Https://... then there is no problem.
Since I just want to test the web connection, this is fine with me, I was just wondering. I would expect that an HttpJob would fail or succeed, but not that it gets stuck forever.
I tested it with some web sites, both the Http and the Https connections, but they worked, so far only Google causes the problem, consistently.
I'm just curious if anyone has any thought on this.