@Fabian 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