SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

SuperSocket is a light weight, cross platform and extensible socket server application framework.

Results 202 SuperSocket issues
Sort by recently updated
recently updated
newest added

客户端数量太多了,都放在一个日志文件里不好查,我想根据客户端id分别进行存放

客户端数量太多了,都放在一个日志文件里不好查,我想根据客户端id分别进行存放

在.net 7.0中服务器正常启动 ![image](https://github.com/kerryjiang/SuperSocket/assets/18010177/27fdc2a9-1be7-4182-8085-0beb828231e7) ``` Task.Run(async () => { var serverCfg = SuperSocketHostBuilder.Create(); //var host = SuperSocketHostBuilder.Create (args) serverCfg.UsePackageHandler(async (s, p) => { DebugManager.LogInfo($"server : Get data, length: {p.Text.Length}"); //处理接收到的数据 //DebugManager.LogInfo(p.Text);...

supersocket 2.0.0 unity3d 2022.3.13f1 I am currently building a server using SuperSocket and creating a game project in Unity3d to implement a feature that connects and exchanges packets. When I...

bug
2.0
u3d

unity? 安卓? ios? mac? linux? ps4? xbox?

SuperSocket.Channel => SuperSocket.Connection ***Channel => ***Connection PipeChannel => PipeConnection SuperSocket.Server.Abstractions => new project SuperSocket.SessionContainer => Removed SuperSocket.GZip => Removed

测试代码: [ConsoleApp1.zip](https://github.com/kerryjiang/SuperSocket/files/14846070/ConsoleApp1.zip)

bug
2.0

你好: 使用supersocker,自定义command。注入了一个类,但是没办法resloved。这个注入的类,在controller层可以正确的获取到。 ![1704873010984](https://github.com/kerryjiang/SuperSocket/assets/13740935/30acef34-276f-4769-a6c7-d924914cde75) 在controller层可以正确获取到,如下图 ![1704873067150](https://github.com/kerryjiang/SuperSocket/assets/13740935/865a2609-4489-4587-ba60-9aafb1530737) 奇怪的问题是,之前是可以成功reslove。后面突然就不行了

在1.6版本中自带了封包拆包处理,怎么到了2.0反而取消没有了?