多个客户端,相同的IP不同端口:错误验证

时间:2017-07-14 21:20:52

标签: netty

基于Echo样本, 我正在测试我的开发机器,它只允许我一个客户端。

第二个套接字上的身份验证失败,并出现以下错误:

  

无法从传输连接中读取数据:现有数据   连接被远程主机强行关闭。在   System.Net.Security.SslState.InternalEndProcessAuthentication(LazyAsyncResult   lazyResult)at   System.Net.Security.SslState.EndProcessAuthentication(IAsyncResult的   结果)

1 个答案:

答案 0 :(得分:0)

对不起!!!我发布的内容太快而没有注意到一个属性:

我错过了:

IsSharable => true;

这允许同一个处理程序的多个连接。错误是混淆,因为它抱怨身份验证