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

Implement "sticky" option dictionaries #32

Closed
ecorm opened this issue Apr 5, 2015 · 1 comment
Closed

Implement "sticky" option dictionaries #32

ecorm opened this issue Apr 5, 2015 · 1 comment

Comments

@ecorm
Copy link
Owner

ecorm commented Apr 5, 2015

Allows Client instances to store "sticky" option dictionaries that are always used for the same type of operation. For example, the same CALL.Options.timeout|integer option could be reused for a particular remote procedure, or for all RPCs.

@ecorm ecorm modified the milestone: v0.2.0 Apr 6, 2015
@ecorm ecorm added the client label Apr 6, 2015
@ecorm ecorm self-assigned this Apr 7, 2015
@ecorm ecorm modified the milestone: v0.2.0 Apr 13, 2015
@ecorm ecorm added the wontfix label Apr 15, 2015
@ecorm
Copy link
Owner Author

ecorm commented Apr 15, 2015

This feature is no longer needed due to the fluent API objects introduced in v0.2.0. Users can easily reuse objects such as Rpc or Pub to avoid having to specify the same details/options for every operation.

@ecorm ecorm closed this as completed Apr 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant