ably / ably-dotnet

.NET, MAUI, Xamarin, Mono and Unity client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
45 stars 22 forks source link

Support MessagePack / MsgPack #590

Open ably-sync-bot opened 3 years ago

ably-sync-bot commented 3 years ago

We need a clear list of things to be done to include MsgPack in the .NET SDK, so that we can make an informed estimate of including MsgPack.

┆Issue is synchronized with this Jira Task by Unito

tomkirbygreen commented 3 years ago

Linking to ~ancient MsgPack issue (now closed) from 2017.

ably-sync-bot commented 2 years ago

➤ Sachin Shinde commented:

I had worked on this one in the past, had done some research as to what needs to be changed. We had one draft PR, which was closed (without merging). So, this is the current situation right now, for MSGPACK.

ably-sync-bot commented 2 years ago

➤ Sachin Shinde commented:

I had briefed why compilation flags are not useful in the comment https://github.com/ably/ably-dotnet/issues/156#issuecomment-761574308 ( https://github.com/ably/ably-dotnet/issues/156#issuecomment-761574308|smart-link )

ably-sync-bot commented 2 years ago

➤ Sachin Shinde commented:

Personally I would recommend taking forward the work done in draft PR, it took some time to find the references, so it will save lot of time and we just have to fix the failing tests

QuintinWillison commented 1 year ago

Further thoughts from @tomkirbygreen ...

Re-enable MsgPack support

The delta-compression / binary encoded MsgPack support is currently disabled and needs to be reenabled. Doing so would be of immediate interest to customers such as the Unity folks who have been exploring the use of the Ably .NET SDK as a means of communicating high frequency sensor data.