BlankTMing

Results 4 comments of BlankTMing

> Fighting with the same issue and while it doesn't seem easy to troubleshoot why the TCP connection is dropped, I've had better success with the websocket implementation suggested on...

> get_product_info(apps=[app_id], timeout=1) Trying to get multiple apps with get_product_info will have problems

OK, I fixed it, he still uses TCP ``` def bootstrap_from_webapi(self, cell_id=0): from steam import webapi try: resp = webapi.get('ISteamDirectory', 'GetCMListForConnect', 1, params={'cmtype': 'netfilter', 'http_timeout': 3}) except Exception as exp:...

Use TCPConnection instead of WebSocket @denizkoekden