IntelliTect / IntelliTect.AspNetCore.SignalR.SqlServer

A Microsoft SQL Server backplane for ASP.NET Core SignalR.
Apache License 2.0
39 stars 5 forks source link

History Chat #16

Closed simonelazzarato closed 4 weeks ago

simonelazzarato commented 6 months ago

Hi, is it possible get the history of the chat between 2 specific clients?

ascott18 commented 4 weeks ago

This is an infrastructure-level library and does not have any notion of chats or anything else that you might be using SignalR for. That's something you'd need to implement within your application if you need it.