sathishkumar018
Results
1
issues of
sathishkumar018
try { IO.Options options = new IO.Options(); options.query = "cookie=" + session + "&propname=sathish"; mSocket = IO.socket(AppController.URL, options); app.setSocket(mSocket); } catch (URISyntaxException e) { throw new RuntimeException(e); } i am...