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

Allow transport specific flags to diesel.send #101

Open
dowski opened this issue Apr 15, 2015 · 0 comments
Open

Allow transport specific flags to diesel.send #101

dowski opened this issue Apr 15, 2015 · 0 comments

Comments

@dowski
Copy link
Member

dowski commented Apr 15, 2015

Currently the TCP transport supports the concept of priority when sending. This bubbles up into the diesel.send function. Other transports have a dummy/unused priority kwarg to comply with diesel.send/the TCP implementation.

Instead of each transport being forced to support options that don't map directly to it, each should support receiving a dictionary of kwargs from diesel.send and acting on values that may exist there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant