Closed jahow closed 2 weeks ago
@vprintempsPei this should address the issue raised in #82 in a more future-proof way, could you please confirm?
@vprintempsPei I'm going to merge this and cut the 1.2.0 release, let me know if you see something else missing, thanks a lot for your contributions!
Hello, thanks for this big work ! i will try the implementation today. I let you know !
Hello, I implemented it yersteday and it works fine and allows us to improve the error management. Thank you.
Great news! thanks. I'm going to do the 1.2.0 release
This PR makes sure that errors raised in the worker are reproduced identically on the main thread. Before, all errors were transformed to a generic
Error
instance because of serialization.Also adds some more testing on the endpoints.