Open TesteurManiak opened 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().
PhoenixChannel._joinedOnce
false
PhoenixChannel.leave()
Any progress on this ?
The
PhoenixChannel._joinedOnce
property is only set tofalse
when the class is instanciated, I think it would be expected for it to be also set after callingPhoenixChannel.leave()
.