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
I found that when I using .handover multipath type in NSURLSessionStreamTask, it do not work well. for example, when I have Wifi and 5G, when I turn off Wifi, the connection will close, but works well in .interactive mode, it will use 5G instead of closing the connection.
And I found it works well when using NWConnection with configing its parameter's multipath type to be .handover.
I have search the world, only notice you avoid using .handover here (//Don't run handover here, but interactive instead ), have you encountered the same problem, do you find any resolution for this problem?
The text was updated successfully, but these errors were encountered:
XueshiQiao
changed the title
Why not using .handover instead using .interactive?
About not using .handover but .interactive
Apr 3, 2021
MultipathTester/MultipathTester/Tests/TCP/TCPStreamTest.swift
Lines 274 to 283 in fa08341
I found that when I using .handover multipath type in NSURLSessionStreamTask, it do not work well. for example, when I have Wifi and 5G, when I turn off Wifi, the connection will close, but works well in .interactive mode, it will use 5G instead of closing the connection.
And I found it works well when using NWConnection with configing its parameter's multipath type to be .handover.
I have search the world, only notice you avoid using .handover here (
//Don't run handover here, but interactive instead
), have you encountered the same problem, do you find any resolution for this problem?The text was updated successfully, but these errors were encountered: