Fabian Mersch
Results
2
comments of
Fabian Mersch
Already doable with crystals `parallel` macro 😉 ```crystal response_one, response_two = parallel Cossack.get("https://www.w3.org/"), Cossack.get("https://www.w3.org/") ```
Just ran into this issue yesterday and and had a hard time figuring out this behaviour. Just after I switched everything to webpacker and got weird 500 errors without a...