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

transport fix for live query #43

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2015

  1. the connection used to only read a single chunk of data when it new data

    is recived, so that if a buffer larger the a single operation is recived
    it will cause all updates to lag, this couses issues for the live query
    since it often recives an update for each registeration on the same
    connecion, changed it to parse the entire buffer til its end but only one
    chunk at a time
    unknown committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    104cf31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from orientechnologies/master

    pull from main
    imdark committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    d1bf84c View commit details
    Browse the repository at this point in the history
  3. remove redundente remaing

    unknown committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    91f77c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd27c62 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2015

  1. changed connection data processing reading to be at zero interval to …

    …allow
    
    for context switching to not take too much time on the main js thread
    imdark committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    9c391d0 View commit details
    Browse the repository at this point in the history
  2. added semicolumn

    imdark committed Jul 22, 2015
    Configuration menu
    Copy the full SHA
    20d0d73 View commit details
    Browse the repository at this point in the history