Josué Zatarain
Josué Zatarain
Same issue in windows 10 x64
This also happens with persona 5 tactica. I changed the audio backend, and it fixed the issue.
I have the same issue. I have an external app that hosts ws endpoints, and when I try to connect, I get: "webSocket connection to 'wss://{url}' failed:" After disabling the...
Unfortunately, It's not a public app, but I can tell you that it is an app written in asp .net 6 that just maps a middleware for websockets.
My code: `var electron = require('electron'); var remote = electron.remote; var api = remote.require('printer'); console.log(api.getDefaultPrinterName()); var printers = api.getPrinters();`
`while (copies > 0) { api.printDirect(options); }`