Skip to content

Commit ed04242

Browse files
committed
Bug fix for issue robbiehanson#80 - framework stops receiving responses after disconnect
1 parent 9f12b32 commit ed04242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/XMPPStream.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2685,7 +2685,7 @@ - (void)sendOpeningNegotiation
26852685
XMPPLogVerbose(@"%@: Initializing parser...", THIS_FILE);
26862686

26872687
// Need to create parser (it was destroyed when the socket was last disconnected)
2688-
parser = [[XMPPParser alloc] initWithDelegate:self delegateQueue:NULL];
2688+
parser = [[XMPPParser alloc] initWithDelegate:self delegateQueue:xmppQueue];
26892689
}
26902690
else
26912691
{

0 commit comments

Comments
 (0)