Description
In some cases, GREIN apparently encounters an error / crash without returning an error code. Instead, it seems that the data stream just does not continue and load_dataset gets "stuck".
Suggestion
Add a timeout to the whole add_dataset function. This could even be an optional parameter for the function call. If the code does not complete within this time, an Exception is thrown
Description
In some cases, GREIN apparently encounters an error / crash without returning an error code. Instead, it seems that the data stream just does not continue and
load_datasetgets "stuck".Suggestion
Add a timeout to the whole
add_datasetfunction. This could even be an optional parameter for the function call. If the code does not complete within this time, an Exception is thrown