bveina/cis498messagesystem

problem with big messages

Closed this issue · 1 comments

What steps will reproduce the problem?
1. sending a message of size larger than 45K bytes (ish)

What is the expected output? What do you see instead?
the base64 string becomes Malformed??

Recommended:
put a test command to send a 50K length message. see what the server gets and 
what the client receives back.



Original issue reported on code.google.com by bve...@gmail.com on 17 Nov 2009 at 5:55

the problem was solved by sending a MsgLen packet before sending the large 
message in 
order to adequately size the buffer 

Original comment by bve...@gmail.com on 30 Nov 2009 at 5:28

  • Changed state: Fixed