Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Jan 14, 2025
1 parent 0146afe commit 6ff8210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puter-js/src/modules/networking/PSocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ export class PSocket extends EventListener {
}
}
close() {
wispInfo.handler.write(this._streamID);
wispInfo.handler.close(this._streamID);
}
}

0 comments on commit 6ff8210

Please sign in to comment.