Nguyễn Xuân Hội

Results 3 comments of Nguyễn Xuân Hội

mStompClient.lifecycle().subscribe(lifecycleEvent -> { switch (lifecycleEvent.getType()) { case OPENED: sessionID = // how do I get this? Log.d(TAG, "Stomp connection opened"); break; case ERROR: Log.e(TAG, "Error", lifecycleEvent.getException()); break; case CLOSED: Log.d(TAG,...

i want to session id like that https://stackoverflow.com/questions/28009764/how-to-get-session-id-on-the-client-side-websocket

When I try to compile the library as Setup & Requirements suggests by running make command, errors pop up as below: c++ -pthread -std=c++0x -O3 -funroll-loops args.o dictionary.o productquantizer.o matrix.o...