Solidus
Solidus
There is an error in the message creation. In line 705 and 726 in FinTsMessage.cs a StringBuilder is reused which results in a faulty message. But even if I fix...
@party-pansen I just checked my local code, the only othes changes I found were in HKKAZ.cs But the change is only related to transaction retrieval. I'm not sure what use...
Still not working with 0.7
I tried this too, and it didn't seem to make any difference. Therefore I looked into the code and I can't really find any code where an actual thread is...
This is resolved in the current beta build
It's either riverpod or bloc in my opinion. Depending on what you like more. Riverpod is more feature rich and flexible I would say and is also considered more modern....
Created the first PR of many regarding the architecture. Changed to folders to layer first as far as possible right now. Will not introduce repositories and then add riverpod
Thanks for sharing. Probably better in another issue as this will be a pretty big change already. But when it's done it should be a small change.
Wanted to look into it but haven't had time. I will check that tomorrow morning and report back
Unfortunately this will not be fixed. This kind of error is occurring when the response is not returning a JSON (Map) For example when the token expires and the request...