Set websocket open timeout to 1 minute and log connection attempts #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "vftdan/mastoposter:log-websocket-connection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows to determine by logs whether activities will be received right now after starting mastoposter, changing networks or waking up the pc
4410009015
to850e705d37
850e705d37
to3e82b5c979
@ -33,2 +37,3 @@
try:
async with connect(url) as ws:
logger.info("attempting to connect to %s", public_url)
async with connect(url, open_timeout=60) as ws:
maybe respect timeout option from main config here?
lgtm
huh it merged it weirdly
Pushed it on GH first and didn't realize it, having 2 remotes is a pain