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

remotes/origin/bugfix/18/prevent-reconnect-on-empty-server #25

Closed PolygeneLubricants closed 1 year ago

PolygeneLubricants commented 1 year ago

Added server exist check in reconnect feature when entering a session, to prevent the client attempting to a reconnect to a server it already knows does not exist.

This fixes #23 .