You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance: only create the OpenAIRealtimeServerEvent TypeAdapter once (#1548)
For every event a new TypeAdapter is created, which has a significant
performance impact.
<img width="1412" height="1166" alt="image"
src="https://github.com/user-attachments/assets/fc1f9629-9342-4347-b4d5-5e218b73c4e8"
/>
Creating it once and reusing it, makes event handling a lot faster.
Co-authored-by: Michiel De Witte <michiel.dewitte@basalte.be>
0 commit comments