Sammy Fatnassi
Sammy Fatnassi
Ok. For now I removed the NetImguiServer folder entirely, so user can download it using the link on the README.md page, and copy the application to the folder of their...
What do you mean with 'wonki DPI'? It might be that you need to implement DPI awareness on a non window platform. Search for "**@SAMPLE_EDIT (DPI Awareness)**" in the Server...
Thank you for finding this after debuging it, I will update the code accordingly.
On mirror mode, the client input/display properties (size/dpi) are completly ignored, it only shows the content controlled by the server and sent to it. I did notice the window jump...
Thank you for the detailed description. I have not seen this myself, but it is most likely a multi-threading contention issue as suggested. I tried to use as few critical...
I'm currently looking into this. The original reason we have the main thread try to kill the SocketListen, is that the waiting for a connection is configured to be a...
@sambonfire Could you let me know if changelist [aaa564d](https://github.com/sammyfreg/netImgui/commit/aaa564dc649c2523cfcf80621e669b1ac9d8cbb5) fix your problem? Wasn't able to get it myself, but I removed the socket access race condition by implementing my above...
Code handling communication was entirely reworked and previous fix should also have taken care fo the problem. Closing this.
That's nice! I have zero experience in web dev (beyond html years ago). However, this could be accomplished fairly easily I believe when having web experience. The codebase has been...
That's nice! Pushing the code you had to do to support this? Might interest a few people. Though, how much changes was needed to have the Server application run in...