by B Williams posted on 2004/11/25 |
|
Howdy,
I am having a real problem with the stream objects that are in the library. The only way I could get a SSL connection to work properly was with a standard stream object, that was assigned the SecureNetworkStream object.
Everything seemed sweet until after around 10 hours, I have finally found that once I have used the reader to view the stream, it will no longer work. i need to create a new reader object and assign it all over again...
Does anyone have any suggestions please...
cheers & beers
|
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2004/12/25 |
|
> Everything seemed sweet until after around 10 hours,
> I have finally found that once I have used the reader
> to view the stream, it will no longer work. i need to
> create a new reader object and assign it all over again...
What reader object are you exactly talking about? Is it some sort of TextReader? Make sure that these readers do not close the stream after you're done with them. |