You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I consumed a service from a producer by my spring-cloud program, I used Hystrix dashboard and turbine to show the detail of the called service. Firefox or Chrome browser can show the chart successly, but IE browser always showed loading... Then I debugged by 'F12' and checked, I found the reason was that IE browser can't support EventSource. So the hystrix dashboard can't showed correctly. Could offical dev. consider to fix this bug in the future? Thank you.
The text was updated successfully, but these errors were encountered:
When I consumed a service from a producer by my spring-cloud program, I used Hystrix dashboard and turbine to show the detail of the called service. Firefox or Chrome browser can show the chart successly, but IE browser always showed loading... Then I debugged by 'F12' and checked, I found the reason was that IE browser can't support EventSource. So the hystrix dashboard can't showed correctly. Could offical dev. consider to fix this bug in the future? Thank you.
The text was updated successfully, but these errors were encountered: