Yui
Yui
CC#
Created by Yui on 2/6/2024 in #help
Stream Throttling
Hello! I've been looking into various interpretations of stream throttling, and, while there are plenty out there I could grab and use, I wish to expand my programming knowledge. ( My apologies in advance if any terms I use are inaccurate, I'm self-taught and have an incomplete vocabulary ) How does stream throttling work, in it's most basic form? Most methods I've seen wait after a certain number of bytes have been sent through the stream, but what makes this possible? Does Stream writing/reading run independently from other methods, such as what happens with Threads? If not, what core principal or functionality of Streams make this possible? Thank you in advance to anyone who takes the time to enlighten me :)
130 replies
CC#
Created by Yui on 1/8/2024 in #help
✅ TCP Socket incorrectly reading
I'm newer to messaging around with internet protocol, sockets, and everything in relation, so pardon any faulty language. I'm currently attempting to have sockets from multiple other programs on other networks and ports all connect to a single port on my machine, though all in different channels. They're all successfully connecting and allowing messages, but it appears that my device is failing to differentiate between the sources. When reading, they can all access each-others stream. I've tried both using sockets and TCPListeners. How would I go about resolving this or implementing something more effective?
79 replies