Commit Graph

3662 Commits

Author SHA1 Message Date
Blank bb220daeca [同步]1. 同步主库到2024年8月8日 14ced0fb4d1858efc4db0e2221ef3ccbb3e60f0b
14ced0f - never allow unmasked client websocket package
2024-10-21 16:16:45 +08:00
Blank 9bd4a5ba0d [同步]1. 同步主库到2024年8月8日 91433fce764986374b83470e6b33e6de914aea49
91433fc - tried to support websocket encoding with mask
2024-10-21 16:15:21 +08:00
AlianBlank 2f6646f4f5 [增加]1. 增加镜像同步 2024-07-24 12:00:22 +08:00
AlianBlank c2d2d684db [修改]1. 修改函数调用异常 2024-07-11 20:15:03 +08:00
AlianBlank 797227df48 [增加]1. 增加包配置 2024-07-04 15:26:01 +08:00
AlianBlank a9ebffc40c [增加]1. 增加程序集的Logo 和ReadME 配置 2024-07-04 15:22:55 +08:00
AlianBlank a1c59ef5b5 [修改]1. 修改编译错误 2024-07-04 15:10:07 +08:00
AlianBlank 128d4d9022 [修改]1. 修改编译版本错误 2024-07-04 15:02:29 +08:00
AlianBlank 668e27a8b5 [修改]1. 重建解决方案 2024-07-04 14:58:16 +08:00
AlianBlank 33f91d52b6 [修改]1. 修改程序集描述 2024-07-04 14:40:31 +08:00
AlianBlank 7b4aba8c29 [修改]1. 修改工作流水线 2024-07-04 14:28:14 +08:00
AlianBlank 7ed48e3087 [修改]1. 修改命名空间和程序集 2024-07-04 14:27:50 +08:00
Kerry Jiang de9394e83f added description for the projects we just added recently 2024-06-28 17:49:49 -07:00
Kerry Jiang 3051a2e5f4 bumped version 2024-06-28 17:49:25 -07:00
LUJIAN2020 8b69047e25
fix socket connection failed cannot throw an exception (#736) 2024-06-28 10:29:14 -07:00
Kerry Jiang 9b6e925a27 [websocket] support send ReadOnlySequence<byte> 2024-06-22 09:10:35 -07:00
Kerry Jiang a2d1fb15fa bumped version 2024-06-01 16:04:49 -07:00
Kerry Jiang f862f495fe run release actions in macos 2024-06-01 15:12:36 -07:00
Kerry Jiang 24fafc5127 optimized actions for mobile target frameworks 2024-06-01 15:10:34 -07:00
Kerry Jiang 69b43223e7 fixed a typo: ios=>macos 2024-06-01 14:42:58 -07:00
Kerry Jiang 29afc0a45d tried to fix the build for mobile targets 2024-06-01 14:31:29 -07:00
Kerry Jiang 3fad298915 added wasm-tools-net6 2024-06-01 13:23:19 -07:00
Kerry Jiang 49387419f0 Install required workloads 2024-06-01 13:16:49 -07:00
Kerry Jiang 9c26248694 tried IncludeMobileTargetFramework 2024-06-01 13:09:35 -07:00
Kerry Jiang bd068aab3d upgraded Microsoft.SourceLink.GitHub 2024-05-26 11:28:15 -07:00
Kerry Jiang bc4be8a2ab test quic support 2024-05-25 14:36:21 -07:00
Kerry Jiang e810a2a8dc override the default CloseAsync method from websocket session 2024-05-25 13:53:14 -07:00
Kerry Jiang e98b790d20 allowed OnClosed to be overwritten from client 2024-05-25 13:52:31 -07:00
Kerry Jiang 5e37f9ee2c bumped up version 2024-05-25 10:30:25 -07:00
Kerry Jiang 3831f51221 default to InterNetworkV6 for socket client 2024-05-15 19:32:34 -07:00
Kerry Jiang 9b5279e20f cleaned usings 2024-05-14 20:34:10 -07:00
Kerry Jiang 0dfadc6ddf downgraded to 6 2024-05-14 20:28:44 -07:00
Kerry Jiang 54de57a77f downgraded dependencies to 7 2024-05-14 20:18:58 -07:00
Kerry Jiang c07f6c4eac upgraded dependencies 2024-05-14 18:45:29 -07:00
Kerry Jiang cdd1954e7d upgraded test sdk 2024-05-14 18:29:15 -07:00
Kerry Jiang 182cf476a6 added SuperSocket.Server.Abstractions into readme 2024-05-14 18:28:40 -07:00
Kerry Jiang c3e4434bb6 tried to fix unit test filerting for quic 2024-05-11 20:54:18 -07:00
Kerry Jiang 07f19a5079 ignore more exceptions in KestrelPipeConnection 2024-05-11 11:15:25 -07:00
Kerry Jiang c810d30e92 only run tests about quic in linux 2024-05-11 09:53:38 -07:00
Kerry Jiang 822fd85b27 exclude quic test in macOS 2024-05-10 21:17:47 -07:00
Kerry Jiang c7e67cd46f adjusted pipeline 2024-05-10 21:00:52 -07:00
Kerry Jiang dd5cfb5a75 adjusted pipeline for QUIC 2024-05-10 20:57:08 -07:00
Kerry Jiang 90b389b231 tried to fix null reference exception in websocket server middleware 2024-05-10 20:29:18 -07:00
Kerry Jiang c2267d21de Merge branch 'master' of github.com:kerryjiang/SuperSocket 2024-05-04 13:44:38 -07:00
Kerry Jiang a76cb4fd1e fixed license expression 2024-05-04 13:44:35 -07:00
Kerry Jiang 3f3f0537bf fixed license expression 2024-05-04 13:43:09 -07:00
Kerry Jiang e32f43280b bumped version 2024-05-04 12:01:53 -07:00
吴俊 97db28c991
Add support for udp exclusiveAddressUse. (#726) 2024-05-03 22:46:48 -07:00
吴俊 1ceb09487d
Fix throwing an exception of _pipeTask=null when the client disconnects without calling the RunAsync method (#725) 2024-05-03 22:07:24 -07:00
吴俊 83378d1caa
Pass connection's cancellation token to package handling (#717)
* add connectionToken property from IConnection

* Pass connection's cancellation token to package handling

* Pass connection's cancellation token to package handling
2024-04-23 21:24:44 -07:00