MultiClient Prob.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to send video file to multiclients from server using sockets in C# . As using threads I've successfully sent to multiclients but not simultaneously. If one client sends a request to server for a file, then server starts transmitting it and during that transmission if any other client sends request for file then 1st transmission got prob. and 2nd one also not initiated. plz help me out how to send file to multiclients simultaneously. Thanx.
Shanzay