stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

feat: add a hook and provider to manage user connection

Open MartinCupela opened this issue 3 years ago • 0 comments

Motivation Provide a hook that would control client (user) connection / re-connection.

Proposed solution

Acceptance Criteria

  • [ ] hook does not try to connect if a connection attempt is in progress
  • [ ] hook takes care of disconnect and connect if user identifier changes

MartinCupela avatar Sep 19 '22 09:09 MartinCupela