Kerry Jiang
Kerry Jiang
Is there anyone can join me to do this job? I am working on many different open source projects, so I don't have enough time for all the tasks. It...
Probably it is good idea to encapsulate MessageWebSocket in WebSocket4Net(WinRT) to keep the consistent API for all the platform. But it cannot be a PCL library then.
@RReverser Nice trick, it seems I should have a try.
Oh, it seems only a trick of NuGet? I mean Bait and Switch PCL trick.
_logger.LogError(e, $"Listener[{this.ToString()}] failed to do AcceptAsync"); 这个记录的什么?你拿到了没有?
远程主机强迫关闭了一个现有的连接? 这个SocketException的ErrorCode是啥?
多少个连接最高峰,每秒钟多少个并发请求?各个命令大体是干什么?
需要看你们的代码实现,可能与SuperSocket本身无关。
OK, I will work on the documents. Anyway, you can post your questions here.
You are right. Although rfc6455 has some defined close reason codes, but we should be able to use other close code than the predefined codes.