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