Error:
WampSharp.WebSockets.ControlledBinaryWebSocketConnection`1[Newtonsoft.Json.Linq.JToken]|An error occurred while attempting to send a message to remote peer.|EXCEPTION OCCURRED:System.NotImplementedException The method or operation is not implemented. Void WriteValue(System.Decimal)
Callee looks like this:
publicinterfaceICallee{[WampProcedure("get_something")]Task<IEnumerable<SomeClassDto>>GetSomething();}Class:
publicclassSomeClassDto{//...publicdecimal?WgsX{get;set;}publicdecimal?WgsY{get;set;}//...}Using WampSharp.Websockets as transport & WampSharp.NewtonsoftCbor for serialization on client,
Error:
Callee looks like this:
Class:
Using WampSharp.Websockets as transport & WampSharp.NewtonsoftCbor for serialization on client,