mitchazj / truffle-old

An automatic blackboard downloader built with CefSharp [Depreciated]
Apache License 2.0
9 stars 6 forks source link

No Internet Connection Bug #21

Open charlieshawfeather opened 8 years ago

charlieshawfeather commented 8 years ago

Truffle will recognise my internet connection when I open the app and then after some time it will no longer see my internet connection (even though there has been no change in my connection)

mitchazj commented 8 years ago

Yeah a lot of people have been reporting this. It's occurring because QUT recently started blocking ping requests to their domain, which is what Truffle was using (every 5 seconds or so) to check the internet connection. If you check out the dev branch you'll see I've written a new method that should hopefully work everywhere, just waiting on a few things before pushing out an update.