-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
import asyncio
from dotenv import load_dotenv
import os
from opengsq.protocols import Source
load_dotenv()
async def main():
source = Source(host=os.getenv("HOST_IP"), port=os.getenv("QUERY_PORT"))
info = await source.get_info()
print(info)
asyncio.run(main())I keep getting timeout error for no reason, no matter what server. Tested on 4 machines with same results.
Metadata
Metadata
Assignees
Labels
No labels