js: Kill getSessionProcessBlob.

This commit is contained in:
2024-10-16 19:50:31 -04:00
parent 97661e2ca2
commit 68817feeec
2 changed files with 4 additions and 21 deletions

View File

@ -10,7 +10,7 @@ let gSessionIndex = 0;
* @returns
*/
function makeSessionId() {
return (gSessionIndex++).toString();
return 'session_' + (gSessionIndex++).toString();
}
/**
@ -172,7 +172,7 @@ async function socket(request, response, client) {
0x1
);
} else {
process = await core.getSessionProcessBlob(
process = await core.getProcessBlob(
blobId,
sessionId,
options