我(再次)试图掌握 SignalR,但无论我尝试哪个示例,它都失败了。这次我正在处理这个 Scrumbaord 示例。
经过几次失败的尝试,我最终得到了一个接近 1:1 的Github代码副本。我所做的唯一更改是将 Caller.populateStories 和 Caller.addedStory 替换为“Clients.Caller ...”我经常遇到以下错误:
Uncaught TypeError: Object #<Object> has no method 'getStories'
在以下几行:
this.init = function () {
console.log("init");
this.hub.getStories();
};