Telegram_2021-02-26T14

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2021 > 02 > 26 >

Telegram_2021-02-26T14

Telegram link

 

2021-02-26T14:03:31

 

Lets check the simple stuff first.

 

1) What EVENT is the code in?

 

2) Set a breakpoint, it he code being called?

 

3) Create a new project with just a look up, even modify the demo locally if you want. Does the code work ok there?

 


 

Telegram link

 

2021-02-26T14:37:39

 

Is it a x86 o x64 application?

 

Is it using HTTPS? Indy, Http.sys, ISAPI?

 

Try to disable compression (in ServerController, also disable the PreCompress option), and see if it makes any difference.

 


 

Telegram link

 

2021-02-26T14:39:37

 

Disable compression for testing only, of course.

 


 

Telegram link

 

2021-02-26T14:40:55

 

Is it a test project? If so, can you share it?

 


 

Telegram link

 

2021-02-26T14:49:58

 

Are you trying to create it during an async event ?