xylophone
Results
3
comments of
xylophone
I have the same issue...
**I solved the problem,length to be supplemented.** ``` String pad(String s){ int l = 16 - utf8.encode(s).length % 16; return s + String.fromCharCode(0) * l; } String getSign() { String...
@[greensky00](https://github.com/greensky00) Thanks, I understand, I would like to ask how you solve the problem of Leader running slow? The current consistency protocol is addressing the case of node death.