Skip to content

Fix chat socket descriptor leak and statistics

Matthias Larisch requested to merge fix-socketio-server into master

Also removes unused and non-working code.

The socket descriptor array was ever growing because the removal did not work. This lead to incredible memory usage over time and slow statistics response times.

Merge request reports