anjackthemage/dfe-blazor

Need to deregister clients when connection is lost.

Closed this issue · 1 comments

Currently, when a client disconnects, their player entity remains in place on the map. The server needs some mechanism to detect when a client has disconnected, and remove their player entity.

See issue #9

Done.