You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: