i want to use a special namespace in java, not the default namespace '/', what i can do?thx
Try
IO.socket("http://localhost/mynamespace");
Most helpful comment
Try