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
@gtmills Sorry,I didn;t catch your meaning.I only understand the rest option is default off and probablely '/subcribe' caused #102. However, I still didn't find the shortcomming of it, likewise I often use it.
I still see the Event subscription protocol used here:
webui-vue/src/store/plugins/WebSocketPlugin.js
Line 25 in 780733a
See below for more information on the Event subscription protocol:
https://github.com/openbmc/docs/blob/224266ecfd528544e9f5473cc4607d9b6b7c435f/rest-api.md#event-subscription-protocol
The Event subscription protocol is behind the rest meson option in bmcweb which is defaulted off:
https://github.com/openbmc/bmcweb/blob/6f8273e49cffdd347c223b9538558edfb05e818a/meson_options.txt#L45
webui-vue should move away from these event subscription protocol websockets and to Server-Sent Events (SSE). openbmc/bmcweb@5e44e3d
I suspect this is the cause of #102. Overall we should move away from Event subscription protocol
The text was updated successfully, but these errors were encountered: