mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
quick fixes
This commit is contained in:
@@ -1,3 +1,2 @@
|
|||||||
build123d==0.4.0
|
build123d
|
||||||
yacv-server==0.1.0
|
yacv-server
|
||||||
asyncio==3.4.3
|
|
||||||
@@ -40,7 +40,7 @@ export class NetworkManager extends EventTarget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private monitorDevServer(url: string) {
|
private monitorDevServer(url: URL) {
|
||||||
// WARNING: This will spam the console logs with failed requests when the server is down
|
// WARNING: This will spam the console logs with failed requests when the server is down
|
||||||
let eventSource = new EventSource(url);
|
let eventSource = new EventSource(url);
|
||||||
eventSource.onmessage = (event) => {
|
eventSource.onmessage = (event) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user