tkuester / taky

A simple python TAK server
MIT License
188 stars 43 forks source link

Flush out stale sockets + Persistence Objects #28

Closed tkuester closed 3 years ago

tkuester commented 3 years ago

I don't understand what's causing this right now. Perhaps masscan? Someone opens a socket to taky, but then it goes stale, and occupies memory. An idle taky server exposed on the internet was eating a suspicious amount of memory a month later, I suspect it is due to this.

Also, on a select timeout, we should think about pruning the persistence database.