tkuester / taky

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

Redesign application to run in single thread #2

Closed tkuester closed 3 years ago

tkuester commented 3 years ago

There is currently no need for this program to be threaded. It increases complexity unnecessarily, and will introduce bugs.

tkuester commented 3 years ago

Addressed in 82c0502, fd0e3b5