Anyone have advice on establishing relay connections using python-nostr?
I’ve got #[0] running with basic functionality, but I don’t think it’s publishing to every relay in the script.
I get a WebSocketConnectionClosedExcption: Connection is already closed error. Not sure if that’s because the relays are rejecting my connection or if the connection times out before the publish() executes.