sofa-bolt-node
sofa-bolt-node copied to clipboard
The Node.js implementation of the SOFABolt protocol
Results
1
sofa-bolt-node issues
Sort by
recently updated
recently updated
newest added
```js const headerLength = type === RpcCommandType.RESPONSE ? 20 : 22; ``` 第一眼看去,以为是header的长度。。。。