Pupix / lcu-connector

🔌 Streamlined LCU integration for your app.
MIT License
111 stars 26 forks source link

Fire connect event on lockfile change #6

Closed iczero closed 5 years ago

iczero commented 5 years ago

If the league client is terminated uncleanly (if it crashes or is killed with the Task Manager, etc), it fails to remove the lockfile. The next time the client is started, it will overwrite the lockfile instead of deleting and re-creating it, and the connect event is not fired.

Pupix commented 5 years ago

Thanks for this