Ticket #1105 (closed defect: duplicate)

Opened 1 year ago

Last modified 1 year ago

Can't send messages in Colloquy after disconnecting and reconnecting network

Reported by: adele Assigned to: timothy
Priority: highest Component: Colloquy (GUI)
Version: Built Source Severity: critical
Keywords: Cc:

Description

Sometimes, when I disconnect my network and reconnect, Colloquy gets into a state where no messages can be sent (you can type, but enter does nothing).

Tim and I tracked this down to a race condition where [JVChatRoomPanel(JVChatRoomPrivate) _didConnect:] gets called after [JVChatRoomPanel joined] and _cantSendMessages remains set to YES, so no messages get sent.

Change History

09/24/07 22:04:15 changed by Rinoa

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #62

09/25/07 01:35:37 changed by timothy

Fixed in [3740].