Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Feb 2, 2024
1 parent 20173f8 commit 6103fc1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rest/server/server.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ namespace $ {

socket.on( 'end', $mol_wire_async( ()=> {

$mol_wire_sync( this.$ ).$mol_log3_done({
place: this,
message: 'CLOSE',
url: upgrade.uri(),
port: $mol_key( port ),
})

try {

$mol_wire_sync( this.root() ).REQUEST(
Expand Down Expand Up @@ -151,6 +158,13 @@ namespace $ {
'\r\n'
);

$mol_wire_sync( this.$ ).$mol_log3_come({
place: this,
message: 'OPEN',
url: upgrade.uri(),
port: $mol_key( port ),
})

}

@ $mol_action
Expand Down

0 comments on commit 6103fc1

Please sign in to comment.