Test Environment:
iOS SDK v.0.2.1 and iOS SDK v.0.2.2
iOS 9.3
iPhone 5s
Remote Port: 3000
In our project, there should only be 3 established connections to remote port.
Socket
Peer
MediaConnection
Peer connections are not closed but accumulate in CloseWait state after calling destroy with peer.
As you can see in the attached image, the previous connections are still active in CloseWait state. It accumulates every time we establish a new connection even when destroy is called before establishing the new connection.
Is this an existing issue with the SDK? Or is it just in our side?
Test Environment: iOS SDK v.0.2.1 and iOS SDK v.0.2.2 iOS 9.3 iPhone 5s Remote Port: 3000
In our project, there should only be 3 established connections to remote port.
Peer connections are not closed but accumulate in CloseWait state after calling
destroy
with peer.As you can see in the attached image, the previous connections are still active in CloseWait state. It accumulates every time we establish a new connection even when
destroy
is called before establishing the new connection.Is this an existing issue with the SDK? Or is it just in our side?