koraktor / steam-condenser

A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers
https://koraktor.de/steam-condenser
Other
356 stars 67 forks source link

NullPointerException #256

Closed DenisUdalov closed 9 years ago

DenisUdalov commented 9 years ago

Steam-Condenser 1.3.8

java.net.PortUnreachableException not handled in SteamSocket.java:132. When e.getMessage() in line 133 is null - got NPE.

koraktor commented 9 years ago

Sounds valid. I didn't expect there are built-in exceptions that don't have a message.

Reversing the equals statement should fix this. I'll fix this on the 1.3-stable branch soon.

koraktor commented 9 years ago

This is fixed in 34e2df596b0cb6b6b96a2ea5cbefb330cf42e332.