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
Check the last part of the post (search for "If you're targetting iOS 17 or newer you can ignore this next part")
Apparently there's a bug with cancelling URLSessionWebSocketTask in older iOS that may impact this (otherwise very appealing) change. Causing Tasks that never finish, hanging on an await.
The text was updated successfully, but these errors were encountered:
Just looking over #280 -- @dsrees I haven't independently verified this but want to call your attention to this post: https://www.donnywals.com/iterating-over-web-socket-messages-with-async-await-in-swift/
Check the last part of the post (search for "If you're targetting iOS 17 or newer you can ignore this next part")
Apparently there's a bug with cancelling URLSessionWebSocketTask in older iOS that may impact this (otherwise very appealing) change. Causing Tasks that never finish, hanging on an await.
The text was updated successfully, but these errors were encountered: