Re: [xSocket-develop] Close socket after data sent
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2009-01-18 17:08:51
|
Hi Amine, if you close the connection, all data of the write queue will be flushed automatically. This is especially true for flushMode Async. If you write data in (default) flushMode Sync, the write method returns only if the data ids written. Gregor 2009/1/18 Amine Haddad <ami...@gm...> > Hello, > > How am I able to close a non-blocking connection only after all the data > queued to be sent has been sent? I am using xSocket-2.3.2. > > Thanks, > Amine > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > xSocket-develop mailing list > xSo...@li... > https://lists.sourceforge.net/lists/listinfo/xsocket-develop > > |