Open
Description
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:
public interface ICallee
{
[WampProcedure("get_something")]
Task<IEnumerable<SomeClassDto>> GetSomething();
}
Class:
public class SomeClassDto
{
//...
public decimal? WgsX { get; set; }
public decimal? WgsY { get; set; }
//...
}
Using WampSharp.Websockets as transport & WampSharp.NewtonsoftCbor for serialization on client,
Metadata
Metadata
Assignees
Labels
No labels