spring-boot-netty-socket.io---chat
spring-boot-netty-socket.io---chat copied to clipboard
Socketio multiple event methods,Multiple @OnEvent methods will block into queue execution
Socketio multiple event methods, the request needs to execute the last execution of the next request, become a queue, how to solve this problem, in the case of the same client, such as adding friends, sending messages, adding groups, these clicks at the same time, adding friends sleep will lead to Subsequent requests are not executed.