We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiohttp.ClientSession()
With how the unit tests are currently written, running tests like tests/api_components/test_recording.py::test_get_scenevideo_url:
tests/api_components/test_recording.py::test_get_scenevideo_url
results in a failure:
However, if I sleep between the two lines that both make calls to aiohttp.ClientSession():
sleep
The test would pass. Is this a hardware limitation where a g3 device is down for a short while after closing a HTTP client session?
The text was updated successfully, but these errors were encountered:
g3pylib.recordings.recording
No branches or pull requests
With how the unit tests are currently written, running tests like
tests/api_components/test_recording.py::test_get_scenevideo_url
:results in a failure:
However, if I
sleep
between the two lines that both make calls toaiohttp.ClientSession()
:The test would pass. Is this a hardware limitation where a g3 device is down for a short while after closing a HTTP client session?
The text was updated successfully, but these errors were encountered: