adventures-in / chat_app

A group effort to build a chat app and learn as we go.
18 stars 0 forks source link

stream already been listened to when user clicked on their second con… #211

Closed nickmeinhold closed 4 years ago

nickmeinhold commented 4 years ago

204 was a fix for #205 but is creating a new stream controller every time as it's not using the map to store the controllers. In my view, we could go in one of a few ways:

This PR is using a StreamTransformer.

In hindsight I think I should have created a new issue rather than piggy backing on #205, happy to do so if that's preferred.

Commit Notes:

Fixes #205

nickmeinhold commented 4 years ago

Thanks

nickmeinhold commented 4 years ago

Thanks for continuing the discussion @tourdownunder - and great work with the fix!