ql-io / ql.io

A node.js based declarative, data-retrieval and aggregation gateway for quickly consuming HTTP APIs
http://ql.io
Other
932 stars 112 forks source link

ws events emitted are twice #494

Open s3u opened 12 years ago

s3u commented 12 years ago

See http://bl.ocks.org/d/2910565/ and https://gist.github.com/2910565. When you run this, you will notice that ws events are emitted twice.

prabhakhar commented 12 years ago

One gets emitted for udf's whereclause and the other from the verb's callback. Need a fix.