hi there,
i have been on Bnetex for some days and want to ask:
when should i use flush()?
do i need to use this method to free the buffer each time
i want to send a new message? like this:
client.flush()
client.writeline("blabla")
client.writeline("blabla")
client.writeline("blabla")
...
or just flush when i don't want the buffer anymore?
i have been on Bnetex for some days and want to ask:
when should i use flush()?
do i need to use this method to free the buffer each time
i want to send a new message? like this:
client.flush()
client.writeline("blabla")
client.writeline("blabla")
client.writeline("blabla")
...
or just flush when i don't want the buffer anymore?