Conversation
…ng connections succesfully
505d869 to
ad9c783
Compare
…osts Beefed up error contexts Docs
|
sorry guys was out of town but I will look at #23 and this hopefully this week. |
|
@IngmarStein yup saw it, hope you don't mind but I cribbed some code (main.go:41), while this does make it more reliable I also wanted to address the underlying cause (unclean shutdown leaving running processes) |
|
Don't mind at all 👍 Did you find out why the tests are failing? |
ad9c783 to
29befb6
Compare
|
nope, will dig in this week/end |
|
@hcliff I found the issue with the tests. I pushed a fix here #25. It was related to the fact that you moved the |
I kept running into an issue where running the
dreddcli in rapid succession failed on account of a port being in use.anyway, this is the resulting pr, I worked through some docs as I came to understand the project, added some logging to debug and ultimately resolved my issue.
great project, would love to see more of dredd written in go!
This shouldn't break anything, more than happy to get involved and make changes as required though