Ticket #28 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

Connection cleanup

Reported by: octo Owned by: octo
Priority: minor Milestone: 0.3
Component: LogicMail Version: 0.2
Keywords: Cc:
Blocked By: Blocking:

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

comment:1 Changed 5 years ago by octo

  • Status changed from new to assigned

comment:2 Changed 5 years 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.