spring-attic / tut-react-and-spring-data-rest

React.js and Spring Data REST :: A tutorial based on the 5-part blog series by Greg Turnquist
https://spring.io/guides/tutorials/react-and-spring-data-rest
882 stars 1.57k forks source link

events example problem #93

Closed renxiaobin closed 5 years ago

renxiaobin commented 5 years ago

when i re-write and run events example, i found websocket could not update page in the Chrome but it can normally update in other browser, like safari...... Any guys met that? Is sth wrong about Chrome?

renxiaobin commented 5 years ago

i mean, if you change employee info in Chrome, the another page in Safari would also change soon; but while you change employee in Safari, the page opened in Chrome would not change at all... can someone explain this for me?

gregturn commented 5 years ago

That may have been due to a bug in Chrome at the time. I just tested out your scenario using Chrome Version 75.0.3770.142 (Official Build) (64-bit) and Safari Version 12.1.2 (14607.3.9).

gregturn commented 5 years ago

Feel free to reopen if you continue to have this issue.