Skip to content

Commit 6ff8210

Browse files
fix
1 parent 0146afe commit 6ff8210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puter-js/src/modules/networking/PSocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ export class PSocket extends EventListener {
4242
}
4343
}
4444
close() {
45-
wispInfo.handler.write(this._streamID);
45+
wispInfo.handler.close(this._streamID);
4646
}
4747
}

0 commit comments

Comments
 (0)