Swift4's generated use the main queue to process response
zboralski opened this issue · 1 comments
zboralski commented
It would be nice if it was using the background queue or a configurable queue.
We use AsyncDisplayKit and we do nearly everything in the background.
I had to patch the generated code to specify my queue as an argument to all the validatedRequest's method.
zboralski commented
wrong repo sorry