when the NetworkConnection class makes a callback to the GUI it will sometimes crash. Only effects Linux and has a greater likelihood when the computer is under a heavier load.
It now works fine in linux and windows. It uses different callback methods for different platforms, this should be simplified so everything uses the same callback widget.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
possibly the result of a bug in python 2.7
It now works fine in linux and windows. It uses different callback methods for different platforms, this should be simplified so everything uses the same callback widget.