PolygeneLubricants / planning-poker

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 8 with Blazor WebAssembly.
https://justplanningpoker.com/
MIT License
34 stars 15 forks source link

Reconnect attempts to join non-existing server #23

Closed PolygeneLubricants closed 1 year ago

PolygeneLubricants commented 1 year ago

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