Removed synchronization causing timeout in apply_settings
This commit is contained in:
parent
c07857a8cc
commit
846b24cfac
|
@ -204,8 +204,7 @@ namespace detail {
|
|||
}
|
||||
}
|
||||
const auto frame = _client.SetEpisodeSettings(settings);
|
||||
using namespace std::literals::chrono_literals;
|
||||
SynchronizeFrame(frame, *_episode, 10s);
|
||||
|
||||
return frame;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue