Moritz Lang
Moritz Lang
> How are we to enable a given trait via Xcode? Xcode unfortunately still does not support defining traits for Swift package dependencies. The only way I know how to...
Glad this is fixed with alpha 2 👍 > Now in alpha 2 it's working fine using the http traits, but as I mentioned in the above comment, it's fetching...
Yep, good catch. Happy to fix it.
> We already have a command timeout. Yes, that's also what made me believe there was/should be a connection timeout built into valkey-swift.
> The reason I chose this name is that when you spell it out it reads await gracefulShutdown() which found better than await waitForGracefulShutdown(). +1 on the current naming choice....
`untilGracefulShutdown` would sound good to me if the keyword were `wait` instead of `await`. Await to me implies that you're waiting for something to happen, not waiting _until_ something's done.
Thanks for bringing this up! It's a mixture of 3 and 4. Generally, recorded errors are not related to a span's status, meaning the status has to be manually set...