View Single Post
  #4 (permalink)  
Old 09-03-2009, 3:37 PM
anthony.selby anthony.selby is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Sep 2009
Age: 27
Posts: 63
Reputation: 12
anthony.selby is on a distinguished programming path ahead
Default

I have the same issue I'm actually seriallizing a structure on the server side then sending that to the client ... I ended up just putting the .sleep(10) in there and in my network that seems to do the trick ... but your right that does seem totally wrong ... I can't think of a better way. .. if you come up with one I would love to hear it
Reply With Quote