Conversation
|
Hi @nepda , I made some changes after the PR from early and added some automated testing as well. Is there any way that you can rebase these changes on the current release (0.1.1)? |
|
You've changed the error handling from returning the error to the poster, to an "internal" exception. Can you explain why this is the better approach? |
Conflicts: src/WampPost/WampPost.php
|
I will fix the broken tests as soon as the error handling question is clarified ;) |
|
In the test: With Thruway, you have to throw an exception to send an error back from the Callee side. Throwing the WampErrorException gives that end control over exactly what gets put into the error message. |
A few more messages