When selecting data, the user can send a timeout time. If timeout is reached the request returns a partial dataset with a warning. But JS keeps sending data and the progress bar keeps moving until all the data is sent. It would be better if the data sending and progress bar stopped as well with the timeout. That would require more new code than I want to work with atm, but could be implemented in the future.
When selecting data, the user can send a timeout time. If timeout is reached the request returns a partial dataset with a warning. But JS keeps sending data and the progress bar keeps moving until all the data is sent. It would be better if the data sending and progress bar stopped as well with the timeout. That would require more new code than I want to work with atm, but could be implemented in the future.