deepstreamIO / deepstream.io-provider-search-rethinkdb

A data-provider that makes every table searchable via rethinkdb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple subscription error

AlexBHarley opened this issue · comments

commented
var list = deepstream.record.getList( 'search?' + queryString);
list.subscribe(function( entries ){
  // ...
}
list.delete();

The first time it's Ok

But the second time it doesn't return anything.

The log shows

MULTIPLE_SUBSCRIPTIONS | repeat supscription to "search?{"table"...

And with deepstream.io 2.0.1 it's fine.

commented

Unable to reproduce this anymore with deepstream v3.1.0