Skip to content

Commit

Permalink
uTP: temporary hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Dec 17, 2024
1 parent de5a6af commit 56dfc59
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ export class PortalNetworkUTP {
try {
await this.client.sendPortalNetworkMessage(enr, msg, networkId, true)
} catch {
this.closeRequest(msg.readUInt16BE(2), enr.nodeId)
try {
this.closeRequest(msg.readUInt16BE(2), enr.nodeId)
} catch {
//
}
}
}
}
Expand Down

0 comments on commit 56dfc59

Please sign in to comment.