braverhealth / phoenix-socket-dart

Cross-platform and stream-based implementation of Phoenix Sockets
https://pub.dev/packages/phoenix_socket
BSD 3-Clause "New" or "Revised" License
79 stars 40 forks source link

Switch back `_joinedOnce` to `false` after leaving the channel #87

Open TesteurManiak opened 3 months ago

TesteurManiak commented 3 months ago

The PhoenixChannel._joinedOnce property is only set to false when the class is instanciated, I think it would be expected for it to be also set after calling PhoenixChannel.leave().

jaybe78 commented 1 month ago

Any progress on this ?