gusavila92 / java-android-websocket-client

Java/Android WebSocket Client
Apache License 2.0
148 stars 40 forks source link

WebSocketClient headers field is never initialized. #2

Closed dpogretskiy closed 7 years ago

dpogretskiy commented 7 years ago

addHeader method always throws NullPointerException.

Also it's private so it can't be overriden.

gusavila92 commented 7 years ago

Yes, sorry about that. I've just published a new version 1.1.2 fixing this bug.

gusavila92 commented 7 years ago

I've just noticed that you made a pull request, but only after the new version was published. Thanks for that!