Gregor Biswanger
Gregor Biswanger
Thanks for the info! :)
Since version 8.31.1 we have a feature to set the name and author of the app in `electron.manifest.json`. Already tried?
## Wow... - [x] Git von Michael gelernt - [x] Buch von Michael kaufen "Git for Dummies" @kaufm DANKE!
Currently there are still errors when running from the current status. We had a major PR #681 and need to find out what the problem is. Maybe one of you...
Thank you very much for your support!
We have already received a PR #595 with a complete switch to another .NET library with Socket.IO support. Socket.IO runs natively in the backend and is better supported under Node.js...
The two processes communicating via web sockets is ugly. I'm with you there. With SignalR we would have the same communication as well. I haven't noticed any difference in your...
Hey @scherenhaenden, Electron.NET uses electron builder under the hood. You can configure this in the `electron.manifest.json` file in the build part. The electron-builder documentation shows a target property: https://www.electron.build/configuration/linux Could...
@bigredhdl I'm currently waiting for @theolivenbaum to check the current branch again. Code is otherwise compatible. only an error message comes up during the build. If the error is fixed,...
The callback is Async. Use with Async-Await is also possible if you execute asynchronous code in the callback. Or did I misunderstand you?