Hi,

 

I am working on a project where the server side delivers HTTP-data as comet
/ chunked transfers e.g. the connection is never closed and as new events
come along it sends new data over the same connection. There is no way to
change the server side and use sockets instead (server side isn't mine). I
have figured out that I can receive their data on the OnDocData-events.
However I am also supposed to post some data over the same connection. When
I try to do this of course the component say it's busy. Is it possible to do
the post while the component is connected in some way?

 

Regards, Fredrik.

 

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to