How to avoid OutOfMemoryException when using Task.Run()?

后端 未结 0 648
遇见更好的自我
遇见更好的自我 2020-12-28 18:23

I get OutOfMemoryException when I call this method on startup. StartSignalR method should run a Task which calls Update() method every second.

  public void S         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题