-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when sending System.Decimal (NotImplementedException) #329
Comments
This is a bug for this library which seems not to be maintained, but maybe they accept pull requests. Elad |
Wouldn't it be better to use a well maintained implementation like this? https://github.com/peteroupc/CBOR Seems to be much more active and maintained and is definitely not an alpha release like the library mentioned. |
It's not that simple. WampSharp needs the serialization library to support partial deserialization (or "deserialization by parts"), see my comments for this issue. That's one obstacle. |
Error:
Callee looks like this:
Class:
Using WampSharp.Websockets as transport & WampSharp.NewtonsoftCbor for serialization on client,
The text was updated successfully, but these errors were encountered: