Closed Xerxes-2 closed 2 months ago
Sorry for PR again. I think decoupling config with Client makes it easier to use tensoul as a library, because user can pass their own config to Client. Currently my workaround is package patch which is not elegant.
config
Client
Could you revert that and merge with my latest main again? I found that ServerConfig also needs to be decoupled. Thank you!
Please submit a new PR.
Sorry for PR again. I think decoupling
config
withClient
makes it easier to use tensoul as a library, because user can pass their own config to Client. Currently my workaround is package patch which is not elegant.