Skip to content

Commit 19b5e47

Browse files
authored
fix: add connect to subscribed methods list in fastest response strategy plugin (#761)
1 parent 5a9a8c9 commit 19b5e47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws_advanced_python_wrapper/fastest_response_strategy_plugin.py

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
class FastestResponseStrategyPlugin(Plugin):
5151
_FASTEST_RESPONSE_STRATEGY_NAME = "fastest_response"
5252
_SUBSCRIBED_METHODS: Set[str] = {"accepts_strategy",
53+
"connect",
54+
"force_connect",
5355
"get_host_info_by_strategy",
5456
"notify_host_list_changed"}
5557

0 commit comments

Comments
 (0)