Servicestack server sent events
问题 I just started messing with my own implementation of ServiceStack server events. After reading the wiki section and reading the code of the chat application, I started creating my own new mvc4 project and installing all the ServiceStack libraries via nuGet. After configuring and creating the AppHost , I created a new "helloworld" service and started the site, just to make sure it worked (it worked indeed). Now the main issues. Based on the existing example code (the chat application), I