You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend uses check_internet_connection command to check whether the app is online or offline.
Now, the command always returns true. It can be fixed with online crate
Motivation:
This feature has been moved partially to the backend, because the frontend (Javascript) do this job partially.
The Javascript's online listener detects only if the machine is connected to the router. So if it's not connected to the router, it returns offline. But if it's connected to the router, but router is not connected to the Internet, it also returns it as online.
The text was updated successfully, but these errors were encountered:
The frontend uses
check_internet_connection
command to check whether the app is online or offline.Now, the command always returns true. It can be fixed with online crate
Motivation:
This feature has been moved partially to the backend, because the frontend (Javascript) do this job partially.
The Javascript's
online
listener detects only if the machine is connected to the router. So if it's not connected to the router, it returns offline. But if it's connected to the router, but router is not connected to the Internet, it also returns it asonline
.The text was updated successfully, but these errors were encountered: