parent
4c010e8eb7
commit
aa407e48b7
|
@ -115,7 +115,7 @@ public class BinaryProtocol implements BinaryProtocolCommands {
|
||||||
* @return true if everything fine
|
* @return true if everything fine
|
||||||
*/
|
*/
|
||||||
public boolean connectAndReadConfiguration(DataListener listener) {
|
public boolean connectAndReadConfiguration(DataListener listener) {
|
||||||
switchToBinaryProtocol();
|
// switchToBinaryProtocol();
|
||||||
readImage(Fields.TOTAL_CONFIG_SIZE);
|
readImage(Fields.TOTAL_CONFIG_SIZE);
|
||||||
if (isClosed)
|
if (isClosed)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue