android - ssl == null, java NullPointerException -


i'm implementing secure websocket in android (client side) using too tallnate websocket library

but encountering error:

java.lang.nullpointerexception: ssl == null. 

how can fix it?


Comments

Popular posts from this blog

java - Static nested class instance -

Python Pandas join aggregated tables -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -