some fixes

This commit is contained in:
Believethehype
2024-11-14 22:08:57 +01:00
parent a39a9a291c
commit 57e1df0c12
6 changed files with 12 additions and 6 deletions

View File

@@ -259,7 +259,7 @@ async def send_event_outbox(event: Event, client, dvm_config) -> EventId:
# Love yourself then.
event_id = None
print(e)
await outboxclient.remove_all_relays()
await outboxclient.disconnect()
await outboxclient.shutdown()
return event_id