Document a common issue
This commit is contained in:
parent
9ae68542f1
commit
1d12363af1
@ -118,6 +118,9 @@ end
|
|||||||
client.on :close do |code, reason|
|
client.on :close do |code, reason|
|
||||||
# You may attempt to reconnect to the relay here
|
# You may attempt to reconnect to the relay here
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# This line keeps the background client from exiting immediately.
|
||||||
|
gets
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📚 Documentation
|
## 📚 Documentation
|
||||||
|
@ -165,6 +165,9 @@ end
|
|||||||
client.on :close do |code, reason|
|
client.on :close do |code, reason|
|
||||||
# You may attempt to reconnect to the relay here
|
# You may attempt to reconnect to the relay here
|
||||||
end
|
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
|
Beyond what's covered here, the Nostr protocol and this gem boast a wealth of additional functionalities. For an
|
||||||
|
Loading…
x
Reference in New Issue
Block a user