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
Is your feature request related to a problem? Please describe.
With strict concurrency checking enabled, I get several warnings both inside this library and in my code when using it. For example, ChatQuery and ChatResult are not Sendable for use with the async chats function. I can suppress the warnings by adding @preconcurrency to the import but I wonder if that's really safe.
Describe the solution you'd like
Strict concurrency support would be nice.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
With strict concurrency checking enabled, I get several warnings both inside this library and in my code when using it. For example,
ChatQuery
andChatResult
are notSendable
for use with the asyncchats
function. I can suppress the warnings by adding@preconcurrency
to the import but I wonder if that's really safe.Describe the solution you'd like
Strict concurrency support would be nice.
The text was updated successfully, but these errors were encountered: