3 writes to _nextReconnectionInterval
Microsoft.Extensions.AI.OpenAI (3)
src\Shared\ServerSentEvents\SseParser_1.cs (3)
347
_nextReconnectionInterval
= null;
401
_nextReconnectionInterval
= null;
452
_nextReconnectionInterval
= ReconnectionInterval = timeSpan;
2 references to _nextReconnectionInterval
Microsoft.Extensions.AI.OpenAI (2)
src\Shared\ServerSentEvents\SseParser_1.cs (2)
344
sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval =
_nextReconnectionInterval
};
398
sseItem = new SseItem<T>(data, _eventType) { EventId = _eventId, ReconnectionInterval =
_nextReconnectionInterval
};