Groups
Groups
Sign in
Groups
Groups
unitt-project
Conversations
About
Send feedback
Help
WebSocketMessage compile warnings
1 view
Skip to first unread message
Paul Dardeau
unread,
Jul 26, 2011, 4:23:16 PM
7/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to unitt-project
WebSocketMessage.h has the variable fragments declared as:
NSMutableArray* fragments;
WebSocketMessage.m initializes fragments with (init and
initWithFragment:):
fragments = [[NSMutableData alloc] init];
Is this a mistake? (declaring fragments to be of type NSMutableArray
but then initialized with type NSMutableData)
Thanks!
Josh Morris
unread,
Aug 21, 2011, 11:46:32 AM
8/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to unitt-project
Good catch! Fixed in 2.6. Look for a build in the next hour or so.
Reply all
Reply to author
Forward
0 new messages