|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 01 > 27 > Telegram_2021-01-27T11 |
2021-01-27T11:07:14
Just stick favicon.ico in the wwwroot folder - it has to be web compatible, not all ico files are.
2021-01-27T11:07:50
You probably arent using threads safely. This is not an IW issue, but just how threads work. You have to protect access to shared objects and variables.