PR #16 fixes joining non-existing servers, but the reconnect feature was overlooked, and will still attempt to join a server if the user has previously been in this session. This needs to be addressed on the linked line, by checking for _serverExists.
PR #16 fixes joining non-existing servers, but the reconnect feature was overlooked, and will still attempt to join a server if the user has previously been in this session. This needs to be addressed on the linked line, by checking for
_serverExists
.https://github.com/PolygeneLubricants/planning-poker/blob/c8a44f38bcdb81eb48798a50e3fac804842df034/src/PlanningPoker.Client/Pages/Session/Session.razor#L161C16-L161C37