Why cant i go into the methode? Seems to skip it entirely
Added a git, anybody got and idea?
12 Replies
because it's async and you're not awaiting it i guess
this code results in an error build
It’s an enumerable, it does nothing until something enumerates it
@Wz can u elaborate?
You need to await foreach to iterate the enumerable
Or return it to something that will do so
hm i dont quite get you
i got no foreachloop
Instead of returning get values when it can
It calculates all values
then returns it
So How would u write it?
Also it shouldn't take that time
You are doing something wrong i guess
How many lines has that .csv file ?
lol i did return MakeHttpCall and it works now XD
5 million
oh
guess you gotta return that