tpeczek/Lib.AspNetCore.ServerSentEvents

Optimize Server​Sent​Events​Service.SendEventAsync and Server​Sent​Events​Service.ChangeReconnectIntervalAsync

Closed this issue · 0 comments

Optimize Server​Sent​Events​Service.SendEventAsync and Server​Sent​Events​Service.ChangeReconnectIntervalAsync so the event payload is contructed once and only single buffer is allocated instead of building and allocating for every connected client.