The Buzz relay authenticates via NIP-42 but does not send EndOfStoredEvents after the second subscription. Waiting for EOSE caused a 15s timeout and channel startup failure. After auth, wait a short grace period (3s) for either EOSE or a rejection. If neither arrives, the subscription was accepted — the relay simply doesn not send EOSE, which is valid per NIP-01 (EOSE is optional for live-only subscriptions). |
||
|---|---|---|
| .. | ||
| buzz.go | ||
| buzz_test.go | ||
| handler.go | ||
| init.go | ||