e.c 0 Posted September 4 Good morning ! We had a little trouble debugging this way. Here is a suggested adjustment, if possible. At OverbyteIcsWebSocketCli.pas, line 954: ... if State in [wsfsCompleted, wsfsNotComplete] then begin j := 0; for i := 0 to DataBytesInBuf-1 do begin { PData^ := PData^ xor Mask[j]; // Original } {$R-} PData^ := PData^ xor Mask[j]; {$R+} // Suggestion Inc(j); if j > 3 then j := 0; end; end; ... Thank you for your attention. Share this post Link to post
Angus Robertson 448 Posted September 4 Thanks, I'll look at this when I get back to ICS next week. Note, there is an ICS forum for future support, but you don't need to repost this topic. Angus 1 Share this post Link to post