Results 395 comments of Kerry Jiang

协议头是EF EF, 这个不完全符合FixedHeaderPipelineFilter,你可能需要基于FixedHeaderPipelineFilter自己实现前面头部查找的功能。

Follow this unit test as sample: https://github.com/kerryjiang/SuperSocket/blob/9bd01414ecdeb635dae65bb06b06dd6d812f50ed/test/SuperSocket.Tests/ClientTest.cs#L35-L99

Try setup host like this: https://github.com/kerryjiang/SuperSocket/blob/9bd01414ecdeb635dae65bb06b06dd6d812f50ed/test/SuperSocket.Tests/MainTest.cs#L493-L571

Make sure the logs is configured correctly and then check logs. You usually can find the failure reason from logs.