Closed BabyDino closed 7 years ago
@BabyDino you're very right, it is a bug on our side. I have got a fix and will release it shortly. Thanks for reporting!
@OGKevin Let's make it a patch. Please tag as 0.9.2.
@BabyDino FYI
@BabyDino Please check https://www.nuget.org/packages/Bunq.Sdk/0.9.2-beta
Feel free to poke us if it breaks somewhere :)
Ahwww yessss!
I'm fairly new to C# so please be gentle with me ;) I am creating an UWP app. I run into an exception in SessionServerConverter:29:
var jObjects = JArray.Load(reader).ToObject<List<JObject>>();
My code (IP masked):
Stacktrace:
bunq responses are OK (checked with profiler). The device will register without issue. Tried earlier versions of Newtonsoft.JSON as well. Seems to be a casting issue?