support handling CLOSED messages from relay client.

This commit is contained in:
fiatjaf
2023-11-28 18:54:24 -03:00
parent fa20f84ec7
commit 7449f254db
3 changed files with 17 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"time"
)
const RELAY = "wss://nostr.mom"
const RELAY = "wss://relay.nostr.bg"
// test if we can fetch a couple of random events
func TestSubscribe(t *testing.T) {