garbage collection - In SignalR, how long do messages stay in backplane -
just started using signalr sql server backplane use in web farm. how long messages stay in signalr.message_0
table before erased? looks though garbage collects messages older 12hrs, not on regular basis.
is there supported way set message lifetime amount, or manually call garbage collect? default lifetime same across 4 backplanes? (sql server, redis, azure, , local)
signalr open source, take look:
https://github.com/signalr/signalr/blob/dev/src/microsoft.aspnet.signalr.sqlserver/send.sql#l34
Comments
Post a Comment