You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some processes in the DLedgerRpcNettyService.java that do not support IPv6, for example:
nettyServerConfig.setListenPort(Integer.parseInt(address.split(":")[1]));
When the address is an IPv6 address, such as [fd15:4ba5:5a2b:1008::9:5]:30921, the parse will fail and an exception occurs.
Suggest to support IPv6 as soon as possible and conduct comprehensive test verification, thank you
The text was updated successfully, but these errors were encountered:
There are some processes in the DLedgerRpcNettyService.java that do not support IPv6, for example:
nettyServerConfig.setListenPort(Integer.parseInt(address.split(":")[1]));
When the address is an IPv6 address, such as [fd15:4ba5:5a2b:1008::9:5]:30921, the parse will fail and an exception occurs.
Suggest to support IPv6 as soon as possible and conduct comprehensive test verification, thank you
The text was updated successfully, but these errors were encountered: