- CORS 오류
setAllowedOrigin
을 사용했음에도 해결되지 않았음 setAllowedOriginPatterns
사용하여 해결
- unhandled exception from message handler method java.lang.nullpointerexception null 프론트와 웹소켓 중간 중간 끊김이 발생할 때마다 Nullpointexception이 발생, 프론트에서 웹소켓이 연결 될 때까지 반복하는 함수 작성으로 해결
- 매니저님 피드백 : 근본적인 해결책을 찾아야한다