I can connect to socket.io web service without problems using this library https://github.com/nkzawa/socket.io-client.java . However, I cannot figure out how to connect to a specific namespace. I looked at the test code and I think that I may need to create a Manager class.
Any help would be greatly appreciated. Thank you very much.
Manager manager = new Manager(new URI("http://socket.com")); Socket socket = manager.socket("/my-namespace"); socket.connect();
Source: https://habr.com/ru/post/1598614/More articles:Как определить настраиваемые маршруты api в Azure Mobile Service при использовании .NET в качестве Back end? - asp.netCheck if there are friends in laravel - phpAndroid Home button in a collapsing toolbar with an image - androidC ++ parameter of a non-piggy const char * pattern - c ++How to find 10 additions to decimal - decimalng-repeat in a related data object - javascriptPython test if all N variables are different - pythonASP.NET sends JSON data to HTTP API with authentication header - jsonExcel Q - СУММЫ с 2-мерным массивом - excel-vbaThere is no top-level assembly in a multi-module project - androidAll Articles