CloudburstMC / Network

Network components
Apache License 2.0
45 stars 41 forks source link

Exception handlers & Modifiable timeout #15

Closed TobiasGrether closed 3 years ago

TobiasGrether commented 3 years ago

This PR implements two enhancements for the current Network library:

TobiasGrether commented 3 years ago

With the latest commit each handler has an individual Id, which can be used to remove specific handlers. That can be used for example if you want to have different exception handlers in different game stages or else