Is your feature request related to a problem? Please describe.
If for some reason the SDK cannot send a "training-end" request (i.e offline or error), the training will never be finished and the user will never get a notification.
Describe the solution you'd like
The SDK should have a keep-alive mechanism and send a ping every ~1min to the server to show it is active. After ~5min of inactivity, the training should fail.
This feature also requires a fail UI and notification.
Is your feature request related to a problem? Please describe. If for some reason the SDK cannot send a "training-end" request (i.e offline or error), the training will never be finished and the user will never get a notification.
Describe the solution you'd like The SDK should have a keep-alive mechanism and send a ping every ~1min to the server to show it is active. After ~5min of inactivity, the training should fail.
This feature also requires a fail UI and notification.