-
I'm trying to update an internal project that uses SuperSocket for both WebSocket Server and a Socket Server. The upgrade is from .NET 6 to .NET 8. When upgrading SuperSocket to latest (beta 28), an…
-
今天偶然看到你的代码库里面有JT得基于SuperSocket实现,所以想询问一下你愿不愿意为SuperSocket.JTT贡献代码并诚邀你加入SuperSocket开发者社区:
https://github.com/SuperSocket/SuperSocket.JTT
https://github.com/SuperSocket/
-
I have installed your package using NuGet 1.0.0-beta.4.
According to [this](https://github.com/kerryjiang/WebSocket4Net) this should work:
```
var websocket = new WebSocket4Net.WebSocket("ws:…
-
SuperSocket.Channel => SuperSocket.Connection
***Channel => ***Connection
PipeChannel => PipeConnection
SuperSocket.Server.Abstractions => new project
SuperSocket.SessionContaine…
-
I would like to know which one should I use and the differences between them, if there are any.
Thanks in advance
-
我用SuperSocket 生成了自己的协议,把她放在了一个公共的类库里,想让客户端和服务端共享这部分代码,但client用的时候提示没有 从IRequestInfo 到 IPackageInfo转化的方法。
这是不是意味着我需要把客户端也用和服务端类似的写法用IPackgeInfo那一套东西重写一下。。
zema1 updated
7 years ago
-
Hi!
I have following config file:
```
…
-
BuildWithoutEasyClient:
dotnet restore
warn : The folder 'C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.Core' does not contain a project to restore.
dotnet build -c Release -f n…
-
you have some example of the updated azure?, the example that has the various errors when running.
-
I used [this NuGet package](https://www.nuget.org/packages/SuperSocket.WebSocket/1.6.5), which seems to be the most recent. The package doesn't contain `SuperSocket.SocketEngine`.
Here's the stack tr…