Erlang 23 added two flags to the distribution protocol dFlagBigCreation and dFlagHandshake23:
https://github.com/erlang/otp/blob/OTP-23.0.2/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractNode.java#L107
erlyberly now cannot connect to an OTP 23 node as pointed out here: andytill/erlyberly#175
as connection attempt fails with cannot handle ["BIG_CREATION"].
Erlang 23 added two flags to the distribution protocol
dFlagBigCreationanddFlagHandshake23:https://github.com/erlang/otp/blob/OTP-23.0.2/lib/jinterface/java_src/com/ericsson/otp/erlang/AbstractNode.java#L107
erlyberly now cannot connect to an OTP 23 node as pointed out here: andytill/erlyberly#175
as connection attempt fails with
cannot handle ["BIG_CREATION"].