FubuMvcArchive / FubuMVC.ServerSentEvents

Server sent events for your FubuMVC application
3 stars 2 forks source link

Made EventQueueFactory more extensible, plus one small change to IServerEvent #2

Closed mtscout6 closed 12 years ago

mtscout6 commented 12 years ago

I changed two things. First the IServerEvent.GetData method back to a property, I was mistakenly doing some filtering which really should occur there.

Second, I made the EventQueueFactory more extensible.