ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
48 stars 21 forks source link

Adding mutex around packet queue #189

Closed srmeier closed 1 year ago

srmeier commented 1 year ago

Description

Adding mutex around packet queue to avoid exception being throw when popping packets off the queue.