Skip to content

jukkasi/spring-boot-sse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For Spring Boot 2.2

  1. Set Spring Boot version 2.2.0.RC1 in pom.xml
  2. Start application
  3. Use Chrome http://localhost:8080/index.html
  4. Open devtools -> Network
  5. "sse" request fails for 406 and does not retry, in application log Resolved [org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation]

For Spring Boot 2.1

  1. Set Spring Boot version 2.1.9.RELEASE in pom.xml
  2. Start application
  3. Use Chrome http://localhost:8080/index.html
  4. Open devtools -> Network
  5. "sse" request succeeds
  6. new "sse" request is created every 30 seconds
  7. all "sse" requests return 200 OK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published