Socket streams cannot be flushed

Archives Forums/BlitzMax Bug Reports/Socket streams cannot be flushed

Otus(Posted 2009) [#1]
Flush on a stream: "Flushes any internal stream buffers." However, for socket streams this is not supported. The following example should produce the same results with Flush as with Close, but does not. Without Close the client does not get the message.



Edit: Example was lacking.