File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export default class BrowserFDv2DataManager implements DataManager {
130130
131131 // Streaming synchronizer — primary, for live updates.
132132 const streamingEndpoints = endpoints . streaming ( ) ;
133- const streamingSyncFactory = ( _sg : ( ) => string | undefined ) => {
133+ const streamingSyncFactory = ( sg : ( ) => string | undefined ) => {
134134 const streamUriPath = streamingEndpoints . pathGet (
135135 this . _platform . encoding ! ,
136136 plainContextString ,
@@ -140,6 +140,7 @@ export default class BrowserFDv2DataManager implements DataManager {
140140 serviceEndpoints : this . _config . serviceEndpoints ,
141141 streamUriPath,
142142 parameters : queryParams ,
143+ selectorGetter : sg ,
143144 headers : this . _baseHeaders ,
144145 initialRetryDelayMillis : this . _config . streamInitialReconnectDelay * 1000 ,
145146 logger : this . _logger ,
You can’t perform that action at this time.
0 commit comments