Feature Request: Sync support for TinyProtocol
iso2013 opened this issue ยท 1 comments
Hello! So I'm currently using ProtocolLib, and I'd like to switch to TinyProtocol; however, I've noticed that TinyProtocol does not support running the listeners synchronously.
It'd be awesome if there was a version that did! If anyone could point me to the right area to figure out how this would be done, I'd be happy to implement and PR it. I've tried to implement it by re-sending any async packets on the main thread, (the way ProtocolLib seems to do it) but I always run into errors with invalid packet IDs.