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: miguelgrinberg/python-socketio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: IddoPuff/python-socketio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 18, 2017

  1. added kwargs to the __init__ of RedisManager in order to pass more pa…

    …rameters
    
    in this case used to optionally set redis client name
    add kwargs to zmq_manager.py and kombu_manager.py
    Iddo Tal committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    52bd3e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. reverted kombu_manager.py and zmq_manager.py to not use **kwargs in t…

    …heir manager initialization
    
    RedisManager totalizator can now optionally get an existing redis connection to use rather than a URL
    IddoPuff committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    4cb493f View commit details
    Browse the repository at this point in the history
Loading