Sendbird Peak concurrent connections

[Problem/Question]
예뮬레이터로 테스트 할 때 매 빌드마다 새로운 커넥션을 연결해서 ( sendbird.connect() 함수 )
빌드 시 마다 connection 이 증가하여 Peak concurrent connections 이 금방 100% 유지로 나오는데
혹시 이를 해결하기 위한 방법이 있나요 ??
매번 disconnect() 함수를 호출해도 이상하게 Peak concurrent connections 값이 늘어나는거 같아요.


[SDK Version]
@sendbird/chat”: “^4.2.6”,

[Reproduction Steps]

[Frequency]

[Current impact]