Millyarde

Results 3 comments of Millyarde

1. I was thinking of adding an enum for MessageType with a `[Description]` tag of the API, so that we have a 'strongly typed' reference to the message types, as...

We could just do const strings instead of an enum as well for the message types, that's a little less overhead than the enum description tag approach. Would lose a...

Sounds good! I'll take a look at the changes and hopefully work on some stuff with this next week. Saw the to/from JSON abstraction, Newtonsoft addition, and removing the meta...