Fix internal handling in process_from_remote

Fix #175
This commit is contained in:
Bruno Oliveira
2017-07-27 20:50:09 -03:00
parent 144b37ae4b
commit 64f8ad5469
3 changed files with 18 additions and 5 deletions

2
changelog/175.bugfix Normal file
View File

@@ -0,0 +1,2 @@
Fix error internal error handling during event loop in the master node. This bug would shadow the original errors
making extremely hard/impossible for users to diagnose the problem properly.