Ticket #28 (closed Bugs: fixed)

Opened 17 months ago

Last modified 17 months ago

Connection cleanup

Reported by: octo Owned by: octo
Priority: 1 Milestone: 0.3
Component: LogicMail Version: 0.2
Keywords: Cc:

Description

Network connections aren't always closed out properly.

Fixing this probably involves using some sort of singleton/factory to manage creation of Connection objects, providing the ability to monitor and close them from a global point in the application.

Change History

Changed 17 months ago by octo

  • status changed from new to assigned

Changed 17 months ago by octo

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in build: 0.2.020070714235859

Implementation involved adding static members to the Connection class for tracking open connections, and a warning dialog with connection cleanup on exit.

Note: See TracTickets for help on using tickets.