socket.io-client-csharp icon indicating copy to clipboard operation
socket.io-client-csharp copied to clipboard

SocketIO.Serializer.MessagePack nuget package is missing `SerializeUpgradeMessage`

Open TETYYS opened this issue 8 months ago • 0 comments

Currently published latest (3.1.2) MessagePack serializer version is missing SerializeUpgradeMessage (https://github.com/doghappy/socket.io-client-csharp/blob/master/src/SocketIO.Serializer.MessagePack/SocketIOMessagePackSerializer.cs#L268) from ISerializer, and therefore fails to load.

Image

TETYYS avatar Mar 15 '25 22:03 TETYYS