Skip to content

Instantly share code, notes, and snippets.

View Kation's full-sized avatar

Kation L Kation

View GitHub Profile
@Kation
Kation / MemoryPackHubProtocol.cs
Created May 16, 2026 14:08
MemoryPack protocol for Asp.Net Core SignalR
using MemoryPack;
using MemoryPack.Internal;
using Microsoft.AspNetCore.Connections;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Protocol;
using System.Buffers;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.ExceptionServices;
using System.Runtime.InteropServices;