clayton-rogers / 12Golf

A new spin on the card game Golf.
0 stars 0 forks source link

Creating a connection with a bad socket will result in "isGood() = true". #12

Closed clayton-rogers closed 9 years ago

clayton-rogers commented 9 years ago

At Common.Connection.java:30-33, if an exception is caught then "isGood" will still be set to true.

Additionally, in the catch block, should be printing ‘e’ rather than the stack trace.