BlyZe
2D array doesn't initialize the correct size (Checked with breakpoints)
In the ConsoleGraphic ctor I initialize a new 2D Glyph array. When the _console.Buffer.Width is 960 and _console.Buffer.Height is 360 the array gets initialized as 256, 144.
Why could this happen?
You can find the file with the code on Github: https://github.com/BlyZeYT/ConsoleNexus-Engine/blob/master/ConsoleGraphic.cs
2 replies
How to get the data of an adapter using MQTTnet
This is the documentation: https://docs.service.sicon.eco/sicon.os/2023.19.x/adapter-protocol-smqtt
I don't get how to get the data of an adapter using MQTTnet. Can anyone explain it to me?
1 replies