Log peers in test file
This commit is contained in:
parent
e94f489b76
commit
4833f8c5d7
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
axe: false
|
||||
})
|
||||
|
||||
setInterval(() => {
|
||||
console.log('peers', Object.keys(gun.back('opt').peers))
|
||||
},5000)
|
||||
|
||||
user = gun.user()
|
||||
|
||||
node = gun.get('foo').get('bar')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue