forked from cory/tildefriends
js: Kill getSessionProcessBlob.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user