Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zeekay/flask-uwsgi-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coderfi/flask-uwsgi-websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on May 31, 2014

  1. dashed pass through arguments to uwsgi

    Converts uwsgi pass through arguments by replacing underscores with dashes
    
    e.g.:
      #uwsgi --honour-stdin
      app.run(gevent=100, honour_stdin=True)
    coderfi committed May 31, 2014
    Configuration menu
    Copy the full SHA
    0424c50 View commit details
    Browse the repository at this point in the history
  2. websocket handler calls are automatically wrapped inside the flask

    application and request context
    (thanks to Mark Hildreth http://stackoverflow.com/a/18522837 for the tip)
    coderfi committed May 31, 2014
    Configuration menu
    Copy the full SHA
    1a5e4af View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. added GeventWebsocketClient::receive_nb() non-blocking receive method

    added some documentation to receive() and receive_nb()
    coderfi committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    ef6b1a5 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    added receive_nb() to GeventWebSocketClient section
    coderfi committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    e62b310 View commit details
    Browse the repository at this point in the history
  3. renamed receive_nb() to receive_nowait() clarified usage

    receive_nowait() raises gevent.empty.Queue
    coderfi committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    73e1ecc View commit details
    Browse the repository at this point in the history
Loading