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
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.
The text was updated successfully, but these errors were encountered:
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.
Allows
Client
instances to store "sticky" option dictionaries that are always used for the same type of operation. For example, the sameCALL.Options.timeout|integer
option could be reused for a particular remote procedure, or for all RPCs.The text was updated successfully, but these errors were encountered: