Open kid-ai opened 2 years ago
Furthermore, SpringAnnotationScanner does not work in version 2.0.9
Can you suggest a fix?
First, I want to find out if I'm doing everything right. Is it enough to add a listener just to put an OnConnect annotation? Because the following code does not work
@OnConnect
public void onConnect(SocketIOClient client) {
log.info("Socket ID[{}] - Connected to socket", client.getSessionId().toString());
}
https://github.com/hiwepy/socketio-spring-boot-starter [2.0.0.RELEASE] springboot 2.6.10
the class code rollback to version 1.7.19 , is ok.