User Profile

Collapse

Profile Sidebar

Collapse
perrytje
perrytje
Last Activity: May 20 '10, 04:15 PM
Joined: Mar 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • perrytje
    replied to TcpClient list
    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.
    See more | Go to post

    Leave a comment:


  • perrytje
    started a topic TcpClient list

    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...
    See more | Go to post

  • 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...
    See more | Go to post
No activity results to display
Show More
Working...