Kerry Jiang
Kerry Jiang
Could you describe your scenario? Which version of SuperSocket do you use?
请问哪里有交叉引用? According to the changes in this PR, the problem looks like is here. https://github.com/kerryjiang/SuperSocket/blob/a2b3b4cdd55e771ee495a8de78da19e35e7a6f62/src/SuperSocket.WebSocket/Extensions/Compression/WebSocketPerMessageCompressionExtension.cs#L25
你说的交叉引用是怎么回事? Context里面只存extensions啊。
You can setup the server with config entity class instance instead of configuration, so you can do whatever you want. https://github.com/kerryjiang/SuperSocket/blob/v1.6/SocketBase/Config/ServerConfig.cs
从异常堆栈来看,是连接建立之后马上断开了?
I suggest you upgrade to SuperSocket 2.0 建议升级至2.0
Thanks for this finding! I already fixed this bug in the latest code and I am make a new beta release ASAP.
Just released 2.0.0-beta.13, could you check if it fixed this problem?
This unit test seems similar to your scenario: https://github.com/kerryjiang/SuperSocket/blob/c78d7e727288dd87afdce97f4d38f080304310ca/test/SuperSocket.Tests/ClientTest.cs#L44-L108 Could you check it? And it would be great for my further checking if you can add a new test or...