Re: Disposing of streams from within their callback?
Re: Disposing of streams from within their callback?
- Subject: Re: Disposing of streams from within their callback?
- From: Becky Willrich <email@hidden>
- Date: Mon, 28 Oct 2002 14:28:24 -0800
It's definitely safe on 10.2
Even to dispose of the write stream inside of the read stream callback?
In the manner you are doing it, yes, that should be safe. If you don't
SetClient(NULL) before the release, you're in for a world of hurt, but
as long as you do that, all should be fine.
REW
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.