The problemI use 2 machines for android Appium test
- Test script machine that is using python-client. on OSX Big sur
- Selenium grid hub on Centos7 VM
- Appium server with AVD connected on OSX Big sur
But I get the following warning too much, 4~6 times per 10 seconds.
WARNING urllib3.connectionpool:connectionpool.py:275 Connection pool is full, discarding connection: <HUB_URL>
EnvironmentClient logs
WARNING urllib3.connectionpool:connectionpool.py:275 Connection pool is full, discarding connection: <HUB_URL>
WARNING urllib3.connectionpool:connectionpool.py:275 Connection pool is full, discarding connection: <HUB_URL>
WARNING urllib3.connectionpool:connectionpool.py:275 Connection pool is full, discarding connection: <HUB_URL>
WARNING urllib3.connectionpool:connectionpool.py:275 Connection pool is full, discarding connection: <HUB_URL>
Also asked to Appium-python github: