i try to use SignalR in MVC Application. It works well but i get the following Error in the Chrome console
WebSocket connection to \'ws://localhost:18245/si
Here is how I solved it and for me this had nothing to do with Chrome. I am using chrome and it's working with real-time data. My error was spring security
.antMatchers("/ws/myapp", "/http/myaap", "/topic/**", "/app/**" ).permitAll()
WebSocket Handshake - Unexpected response code 200 - AngularJs and Spring Boot