Skip to content

Commit

Permalink
Update server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 23, 2022
1 parent 7ba5c74 commit 089a8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ class CoAPServer extends EventEmitter {
packet.ack || !packet.confirmable
)
console.log(buf)
this._lru.set(key, buf)
buf.sender = sender

if (
Expand Down

0 comments on commit 089a8a3

Please sign in to comment.