client init not create wrapped client #46

Closed
opened 2020-12-20 00:56:00 +03:00 by vtolstov · 2 comments
vtolstov commented 2020-12-20 00:56:00 +03:00 (Migrated from github.com)
No description provided.
vtolstov commented 2020-12-20 18:00:40 +03:00 (Migrated from github.com)

now when someone want wrapped client it only returned on NewClient phase, if you want to add/del wrappers it not possible and not work.
Each client must know about other wrappers via options and call stuff in order before own like config BeforeLoad stuff

now when someone want wrapped client it only returned on NewClient phase, if you want to add/del wrappers it not possible and not work. Each client must know about other wrappers via options and call stuff in order before own like config BeforeLoad stuff

already done via hooks

already done via hooks
Sign in to join this conversation.