Results 400 comments of Kerry Jiang

Yes, it is a missing part in SuperSocket .WebSocket 2.0. I will figure it out in the coming week.

"Network Name Deleted"? Could you show me the full stack trace of the exception?

Yes, I will add more samples about the usage of IPackageEncoder. For now, you can take a look at the implementation of WebSocket https://github.com/kerryjiang/SuperSocket/blob/master/src/SuperSocket.WebSocket/WebSocketEncoder.cs and the usage of BinaryPrimitives. https://docs.microsoft.com/en-us/dotnet/api/system.buffers.binary.binaryprimitives?view=netstandard-2.1...

你的意思是Closed时间没有触发?

This project is still in WIP (work in progress). What do you mean master to master relationship? Do you mean duplex synchronization?

Check out the test cases, they should be useful: https://github.com/SciSharp/dotnet-mysql-replication/blob/master/tests/Test/MainTest.cs

Try it: http://nrack.getdocs.net/ The docs is under working.

Yes, you can. Just implement the receive filter by yourself completely.

Yes, it is by design. If the the client send the data which doesn't follow the protocol the server can support, the server will drop the connection.

If you prefer a dotnet core version, there is another option for you: https://github.com/kerryjiang/SuperSocket/tree/master/src/SuperSocket.Client