Merge branch 'development' into development

This commit is contained in:
Peter Baylies
2022-09-30 17:14:34 -04:00
committed by GitHub
7 changed files with 779 additions and 62 deletions

View File

@@ -24,7 +24,7 @@ import * as InvokeAI from '../invokeai';
export const socketioMiddleware = () => {
const { hostname, port } = new URL(window.location.href);
const socketio = io(`http://${hostname}:9090`, {
const socketio = io(`http://${hostname}:${port}`, {
timeout: 60000,
});