eportico
Results
2
comments of
eportico
Hi, I know use with websocket client , but I want use the subscription manager and changefeed what you have developed in this respository. It's nice Thanks
``` let options = {...}; RethinkCLI.DefaultSession.connect(options); let q = new RethinkCLI.QueryRequest({ query: r.table('sae_lines').filter(r.row('Status')('CalidadDesfase').gt(70)), // RethinkDB query changes: true, // subscribe to realtime changefeed initial: [], // return [] while loading...