Open
Description
Using rethinkdb-websocket-client and rethinkdb-websocket-server with whitelist query feature is fetching me wrong data on the frontend.
The query I am executing is simply
r.table('tableName');
its getting allowed via the server
[ALLOW] r.table("tableName").opt("db", r.db("dbName"))
if I run the query on the admin console of rethinkdb I get 8 objects where 4 have status : "placed"
and 4 have status : "executed"
but on the frontend I am getting all 8 status : "executed"
Yes its very strange.
Metadata
Metadata
Assignees
Labels
No labels