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
With req_mode = POLL, we are not fetching data. With POLL, once the initial request is sent, we need to send out a trigger to to the switch to receive the data, which does not seem to be happening.
The subscribed path does reach the switch and is registered. However, since there is not follow up poll request, the switch is not returning the data.