PrismarineJS / bedrock-protocol

Minecraft Bedrock protocol library, with authentication and encryption
https://prismarinejs.github.io/minecraft-data/?v=bedrock_1.17.10&d=protocol
MIT License
308 stars 72 forks source link

Mark listen and close functions as async #440

Closed MrSterdy closed 1 year ago

MrSterdy commented 1 year ago

Server has listen and stop functions that return void instead of Promise<void> in index.d.ts, which makes error handling non-obvious