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 current issue is, that the Galileo recorder stops recording as soon as the experiment ends (exp.stop).
This is no problem when the Galileo Shell is started on a host that has high network bandwidth but becomes problematic as soon as the experiment is started far away or on devices with low network bandwidth.
Solution: extend the Experiment.stop method, such that it waits for any incoming traffic before shutting down.
The text was updated successfully, but these errors were encountered:
The current issue is, that the Galileo recorder stops recording as soon as the experiment ends (
exp.stop
).This is no problem when the Galileo Shell is started on a host that has high network bandwidth but becomes problematic as soon as the experiment is started far away or on devices with low network bandwidth.
Solution: extend the
Experiment.stop
method, such that it waits for any incoming traffic before shutting down.The text was updated successfully, but these errors were encountered: