06-06-2012, 07:09 AM
I found the problem that was causing the lost connections. I was mistakenly sending the old-format login request in cases where I didn't have any environment variables to send. It looks like I need to send the new format even if there are none.
FYI, the reason I found the problem is that the server log said "Got opcode 105 but expected 102." In fact, you received 102 but were expecting 105. So I think your error message has the two numbers reversed.
FYI, the reason I found the problem is that the server log said "Got opcode 105 but expected 102." In fact, you received 102 but were expecting 105. So I think your error message has the two numbers reversed.