rethinkdb-websocket-client icon indicating copy to clipboard operation
rethinkdb-websocket-client copied to clipboard

getting wrong data on frontend

Open Rohithzr opened this issue 7 years ago • 0 comments

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.

Rohithzr avatar Dec 30 '17 08:12 Rohithzr