Apollo3zehn

Results 102 comments of Apollo3zehn

`Connection refused` means that the Modbus slave did not accept the connection request or there was no Modbus slave listening. I am not sure how this exception could be caused...

Good to hear it is working now :-) Regarding your question: I need to improve exception handling for the clients. Until then It is good to call Disconnect(). Note: Your...

That's good to know, thanks :-) I'll leave this issue open as a reminder to completely review the server/client API to work with different byte layouts.

According to your posted stack trace, the static `Setup.java` was not initialized: https://github.com/OpenLauncherTeam/openlauncher/blob/a80293e38e7e08525c002a801c25dd643b75f853/app/src/main/java/com/benny/openlauncher/manager/Setup.java#L23-L28 Searching the code shows that only in the HomeActivity, the setup is being initialized: https://github.com/OpenLauncherTeam/openlauncher/blob/22e681e5dada9cb9e7c4fece4428e65040ecfa89/app/src/main/java/com/benny/openlauncher/activity/HomeActivity.java#L186-L188 I do...

Thanks, I`ll review it in a few days!

Hi, maybe a stack trace could help finding the cause of the issue. Disposing should only happen if the connection times out, I do not think that there is an...

You could try to edit this line to match your version (Visual Studio 15 2017): https://github.com/Apollo3zehn/EtherCAT.NET/blob/master/init_solution.ps1#L12 Make sure to use a freshly cloned git repo, otherwise this process may fail.

Me too, sometimes I get "Hot reload capabilities: Baseline." (hot reload works) and other times I get "Hot reload capabilities: ." (hot reload does not work). Occasionally it helps to...

Thanks, I switched from my Windows Notebook to a Kubuntu VM running on that Notebook and of course the build time increased. I guess it fails silently either here: https://github.com/dotnet/sdk/blob/94502f47c07d09c215b458b7529341d3981d8ccc/src/BuiltInTools/dotnet-watch/HotReload/DefaultDeltaApplier.cs#L43...

I switched from my Kubuntu 22.04 VM to a native Kubuntu 22.04 system on an Intel NUC 11 Performance. Build is much faster now ... and suddenly hot reload works...