fillReadBuffer

Type: Boolean

Set the fillReadBuffer property of the JadeMultiWorkerTcpConnection class to true to specify that the readBinary method does not return until the requested length of the data has been received.

If the fillReadBuffer property is set to false (the default), the readBinary method returns as soon as any data is received for the connection. The length parameter of the readBinary method is therefore treated as a maximum buffer size.