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
Hi, I am integrating this pubnub client with my Roku channel.
When I first installed pubnub, I noticed we are receiving many events on start up for channels I did not subscribe to, namely: ch1, ch2, ch3, ch4, ch5. They all contain the message {hello:["there from brightscript"]}
It appears some hardcoded test data has been injected into the source at pn_subscriptionManagerHandleLiveFeedEvents in pnsubscribemanager.brs If I comment out that data, I do not receive the mock messages on start up.
Does this data exist on purpose? Or is it a mistake that it was left in?
The text was updated successfully, but these errors were encountered:
Hi, I am integrating this pubnub client with my Roku channel.
When I first installed pubnub, I noticed we are receiving many events on start up for channels I did not subscribe to, namely:
ch1, ch2, ch3, ch4, ch5
. They all contain the message{hello:["there from brightscript"]}
It appears some hardcoded test data has been injected into the source at
pn_subscriptionManagerHandleLiveFeedEvents
inpnsubscribemanager.brs
If I comment out that data, I do not receive the mock messages on start up.Does this data exist on purpose? Or is it a mistake that it was left in?
The text was updated successfully, but these errors were encountered: