nostr:npub1n0sturny6w9zn2wwexju3m6asu7zh7jnv2jt2kx6tlmfhs7thq0qnflahe I opened a PR on openclaw-nostr-nip17. I found a couple of issues while I've been using it for about a week. 1. **Publish error handling** — relay rate-limit errors ("you are noting too much") cause an unhandled promise rejection that crashes the gateway. Wrapped `pool.publish()` calls with `.catch()`. 2. **Auto-reconnect** — relay websockets die silently overnight and the subscription never recovers. Added reconnect with exponential backoff on `onclose`. Also bumped connect/disconnect/EOSE logging from debug to info/warn for visibility. https://github.com/btcjt/openclaw-nostr-nip17/pull/1