Browse Source
Cause: - when the b64 is set as bool value like "http://<hostaddress>/socket.io/1/?EIO=2&transport=polling&b64=true", Exception [java.lang.NumberFormatException: For input string: "true"] will throw. Because it try to parse a string "true" to Integer. Fix: - take true as 1 and take false as 0master
committed by
vonway
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue