feat: update state as true on run creation
This commit is contained in:
@@ -59,7 +59,7 @@ export const createRemoteBrowserForRun = (userId: string): string => {
|
||||
async (socket: Socket) => {
|
||||
const browserSession = new RemoteBrowser(socket);
|
||||
await browserSession.initialize(userId);
|
||||
browserPool.addRemoteBrowser(id, browserSession, true);
|
||||
browserPool.addRemoteBrowser(id, browserSession, true, true);
|
||||
socket.emit('ready-for-run');
|
||||
});
|
||||
return id;
|
||||
|
||||
Reference in New Issue
Block a user