Skip to content

getting wrong data on frontend #20

Open
@Rohithzr

Description

@Rohithzr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions