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
Client manager should only call Resume() when the client support Stream management. It should not call resume for Components, but directly call connect.
The clean-up should make the component code clearer, avoid to make all the connection process in resume.
Client manager should only call Resume() when the client support Stream management. It should not call resume for Components, but directly call connect.
The clean-up should make the component code clearer, avoid to make all the connection process in resume.
See #108
The text was updated successfully, but these errors were encountered: