Joao
Joao
CC#
Created by Joao on 7/19/2023 in #help
❔ Problem with Sockets
I'm working with Socket in C#, and sometimes, I need to send messages in sequence, but it's happening that when I send messages in sequence, the messages join in only 1, plus that if I put a delay of 100ms between the messages. Why does it happen? Buffer supports message size as it is small. https://pastebin.com/cV6HAk18
5 replies
CC#
Created by Joao on 6/5/2023 in #help
❔ Graphics in C#
I have a program that mainly uses Canvas in JS, I can do something similar with Grapichs in C# (It uses fillRect a lot and mainly clearRect, which prevents the program from drawing things on top of each other)
3 replies