I'm getting this runtime error after migrating to from 1.4.1 to 1.4.2:
Copy code
java.lang.IllegalStateException: Using blocking primitives on this dispatcher is not allowed. Consider using async channel instead or use blocking primitives in withContext(<http://Dispatchers.IO|Dispatchers.IO>) instead.
It looks like it has something to do with Jackson. Is this a known issue?