User Profile
Collapse
-
You are right, I've changed the function so it includes the tcpclient object, but although of this it still doesn't get recieved, I don't get any exceptions. -
TcpClient list
I'm making a C# server for flash clients using TcpClients and listeners. I got the whole thing working when using just one TcpClient, I can send to and recieve from it. Now I'm working on a function to broadcast a message to all the TcpClients, which I've added to a List. It says it sent but in fact I don't recieve anything on my flash apps. Does anybody know what's wrong?
Here's the bit of code that broadcasts it, it's just the single... -
BinaryReader opposite functions for BinaryWriter
Hello!
I am trying to make a converter in C#. The goal is making a working converter that can convert a binary mesh file into wavefront .obj, and vice versa (3d models). Converting the binary file to obj is already working, now I'm working on the reverse. The problem is, when I use the BinaryWriter to do the opposite actions from the BinaryReader used in the first converter.
To undo the BinaryReader.Re adSingle() method...
No activity results to display
Show More
Leave a comment: