I've been playing with the genericip example, but can't make the server part work.
* connecting to it works
* after that, the salt is sent to the client ok:
-- Send the salt.
gip.Send(socket, code .. '\n')
* then the client receives the salt and sends the md5 string back
this never arrives in the server (i.e. ServerCB is not called again)
am I doing something stupid or is this a bug ?
Marcel


Reply With Quote