mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
add deprecation notice
This commit is contained in:
parent
10b3079d14
commit
23814a56ee
1 changed files with 1 additions and 0 deletions
|
|
@ -1637,6 +1637,7 @@ class Connection extends EventEmitter {
|
|||
});
|
||||
}
|
||||
|
||||
// @deprecated migrate to using tracePath instead. pingRepeaterZeroHop will be removed in a future update
|
||||
pingRepeaterZeroHop(contactPublicKey, timeoutMillis) {
|
||||
return new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue