🔧 Tooling for resumable socket.io sessions

This commit is contained in:
2023-07-27 11:09:26 -07:00
parent 7b855f8cf1
commit 4003f666cf
7 changed files with 1848 additions and 2197 deletions

View File

@@ -154,7 +154,6 @@ export default class ImportService extends Service {
async handler(
ctx: Context<{
extractionOptions?: any;
socketSessionId: String,
}>
) {
try {
@@ -204,7 +203,6 @@ export default class ImportService extends Service {
fileSize: item.stats.size,
},
importType: "new",
socketSessionId: ctx.params.socketSessionId,
});
} else {
console.log(