Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting wrong data on frontend #20

Open
Rohithzr opened this issue Dec 30, 2017 · 0 comments
Open

getting wrong data on frontend #20

Rohithzr opened this issue Dec 30, 2017 · 0 comments

Comments

@Rohithzr
Copy link

Rohithzr commented Dec 30, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant