BigBrotherTeam / BigBrother

Allows the connection of Minecraft: Java Edtion clients to PocketMine-MP servers. Made for PocketMine-MP
GNU Lesser General Public License v3.0
96 stars 23 forks source link

make login process async #140

Closed eternalharvest closed 5 years ago

eternalharvest commented 5 years ago

Introduction

This change-set introduce async login. Some I/O task such as internet access block the server thread, so I move these task to the asynchronous worker thread. This may solve some kind of login related issues.

Behavioural changes

Follow-up