Steps to reproduce the problem: 1. Call FeedbackService.Run() when there are some connectivity issues
Maybe timeout should be used...
Ver. 1.0.2.0 OS Win2003 Server / XP
Probably due to connection issue, TcpClient is first to freeze, after the internal timeout, returns "not connected". After retrying and establishing a valid connection it freezes forever on the following row: "recd = apnsStream.Read(buffer, 0, buffer.Length);"
Comment #1
Posted on Feb 25, 2010 by Happy LionHmm, if apnsStream.Read never returns, that means the server hasn't written any data to the stream, and no data is being read from the stream on the client end. However, the feedback service should either send data (if there's feedback of course), or disconnect...
This might be more difficult to reproduce here, are you able to get this issue by doing something as simple as unplugging your network cable, running the service, and then plugging the cable back in while it's running, after it's timed out at least once?
Comment #2
Posted on Mar 27, 2010 by Happy LionI can't reproduce this and no more feedback from the reporter so not fixing.
Feel free to start a new issue if you keep having this problem and can reproduce it!
Status: WontFix
Labels:
Type-Defect
Priority-Medium