Note that there are some explanatory texts on larger screens.

plurals
  1. USBryan Matthews
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI know I'm late to the party, but I'd like to add my 2 cents re multi-instance. AspComet doesn't support multi-instance out of the box, at least if you're using the sample configuration, since it stores the client repository in-memory. You could persist the client repository some other way that could be shared across instances, but performance might degrade due to latency or locking contention. What we ended up doing is using a load balancer to direct comet requests to a particular instance. Looks like they were working on a redis store for signalr, but it may have been abandoned?
      singulars
    2. COCould you add this to the description and indicate that it has been resolved? That would be helpful for people like me coming to this post looking for the answer. Also, I posted here (http://endlessobsession.com/2010/07/12/datacontractserializer-serialization-error/) about the same issue and describe a slightly different scenario.
      singulars
    3. COHey Mau, just so happens the method you described already exists. I am a bit confused about the type parameters in your example. Did you mean "where E : Event<F>"? If that was the case I would not need to pass an "event" argument, the type would suffice (in fact I would not be able to provide an event instance). However, it seems like the type of the subscriber would still have to be supplied as a type parameter. So, you would basically end up with "typeof(Bar).SubscribeTo<Bar, Fizz>(ctx)", which is yet another variation that I am not thrilled about. Thanks for the suggestion though!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload