adamjones2
Results
3
issues of
adamjones2
Eg. a request body schema of: ```json { "required": [ "inputDate" ], "type": "object", "properties": { "inputDate": { "type": "string", "format": "date" }, "ids": { "type": "array", "items": { "type":...
…l in the constructor For #1664
I'd like to use EasyNetQ to subscribe to a Rabbit topic exchange which is published to and managed out of my control and thus not by EasyNetQ. I'm struggling to...