Tomasz Pęczek

Results 38 comments of Tomasz Pęczek

Hi @JesperTreetop, If I've understood your need correctly, it doesn't stand against what is there currently in the library. For me it sounds more like missing functionality. What you are...

Thank you :). I might not be able to review this before weekend, but I'll try to do my best.

Hi @Lanayx I'm happy you find this useful regardles if you use it through NuGet or your own fork :). Thank you for your feedback. I'll give some thinking to...

@henry-chris My gut tells that under you scenario hides a requirement for some kind of groups functionality, which would be a nice thing to add. But that will take time,...

@seniorquico Looks like you have put together a nice piece of software, really impresive. @henry-chris From SSE perspective it looks like you shoudl be able to build what you need...

@henry-chris Let me clear my previous comment. From ` ClientConnected` events you have access to `IServerSentEventsClient` and `HttpRequest`. Managing groups means maintaining a set of `IServerSentEventsClient` collections, where each collection...

@henry-chris Please go through @seniorquico comment. It's a very detailed description of what I had in mind. It gives you the exact functionality you need. Of course it would be...

@henry-chris Happy to hear that things are working out for you. Please share your code when it will be ready - it might be useful for me. Regarding authorization, you...

@henry-chris Although possible, handling things like SSE in controller would be incorrect from framework philosophy/architecture perspective. Controller are ment to handle standard request/response flow, preferable in API and view scenrios...

@henry-chris One more thign regardign authorization. I've directed you to that blog post with assumption that you need something very specific. But this library has built in support for typical...