Document a common issue

This commit is contained in:
Wilson Silva 2024-03-15 19:42:05 +00:00
parent 9ae68542f1
commit 1d12363af1
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8
2 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,9 @@ end
client.on :close do |code, reason|
# You may attempt to reconnect to the relay here
end
# This line keeps the background client from exiting immediately.
gets
```
## 📚 Documentation

View File

@ -165,6 +165,9 @@ end
client.on :close do |code, reason|
# You may attempt to reconnect to the relay here
end
# This line keeps the background client from exiting immediately.
gets
```
Beyond what's covered here, the Nostr protocol and this gem boast a wealth of additional functionalities. For an