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
At any point in time the application can crash or be closed. There might be evaluations that have not being send to the server yet. We can implement Drop for this thread and try to send the pending batches before finishing the application.
At any point in time the application can crash or be closed. There might be evaluations that have not being send to the server yet. We can implement
Dropfor this thread and try to send the pending batches before finishing the application.