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
Prompted by a conversation with a user in Slack (whose issue turned out to be firewall blocking UDP), I discovered that clock offset post-processing uses a default timeout of 5.0 seconds. At least I think that's what's going on here:
If a user uses lsl_api.cfg and sets TimeUpdateInterval to >= 5.0 then there's a good chance that on the first pull the inlet will timeout while waiting for the clock offset.
Prompted by a conversation with a user in Slack (whose issue turned out to be firewall blocking UDP), I discovered that clock offset post-processing uses a default timeout of 5.0 seconds. At least I think that's what's going on here:
liblsl/src/stream_inlet_impl.h
Line 44 in 5198054
If a user uses lsl_api.cfg and sets
TimeUpdateInterval
to >= 5.0 then there's a good chance that on the first pull the inlet will timeout while waiting for the clock offset.liblsl/src/time_receiver.cpp
Lines 54 to 63 in f048715
The text was updated successfully, but these errors were encountered: