Looking for new messages

Copper Contributor

There is a significant delay between me sending receiving messages in teams today and them showing up in my chat window. When I send and receive messages, they show up on my phone app and on the chat pane on the Left side of my screen, but not in the main chat window with the individual I'm chatting with. This only seems to be the case with one person. Doesn't anyone have any idea why this is

12 Replies
A co-worker and I are having the same issue. No clue what is going on. I've logged on and off multiple times to see if it would fix itself.

@CBach2014 

 

Same issue for me too using teams. Happens to one co worker chats only. Crazy issue

@rohanggupta  For what it's worth, I rebooted my computer and let some updates go through and the issue seemed to resolve it self. I couldn't tell you what the system updates were but it has helped. 

 

@CBach2014 

 

Issue comes back when you use teams to call ...... cannot reboot machine every time :( 

@CBach2014 We are having similar issues in our tenant, across users. Has anyone had luck resolving this? We see the issue in both the desktop app and the browser. The only work around we have found is to open the chat in a pop out window. 

@CBach2014 

I have the exact same issue, with one colleague only, I have to pop out a chat window to see the current message thread. I've rebooted and logged off my machine twice since I encountered the issue this morning.  This doesn't resolve anything for me. I'm hoping for a work-around.

@CBach2014 We are having similar issues in our tenant too. Have tried logging in with the Browser and changed the Teams Client from 32 bit to 64 bit. Has anyone a solution yet?

@CBach2014 

 

We have the same problem in our company as well. Has anyone already opened a ticket at Microsoft or a solution?

Not sure if this has been fixed for anyone else but I just started having this problem a few day ago.

@CBach2014 

I'm having this same issue, too. I've added a bug to Microsoft Teams uservoice for this, please upvote if you're having this issue. https://microsoftteams.uservoice.com/forums/908686-bug-reports/suggestions/40625032-looking-for-new-...

@CBach2014 , an admin at my org pointed me to a solution that worked for me.

One line of powershell sourced from the following url:

https://techcommunity.microsoft.com/t5/itops-talk-blog/powershell-basics-how-to-delete-microsoft-tea...

 

Get-ChildItem "C:\Users\*\AppData\Roaming\Microsoft\Teams\*" -directory | Where name -in ('application cache','blob storage','databases','GPUcache','IndexedDB','Local Storage','tmp') | ForEach{Remove-Item $_.FullName -Recurse -Force -WhatIf}

 Exit Teams and log in again.

@Mark Potter 

This worked for me, thank you.