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
{{ message }}
This repository was archived by the owner on Aug 26, 2024. It is now read-only.
Read the combat log file from memory to bypass the latency issue when the client writes the values to the combat log file. This also removes the need to check for new combat log files being created on disk and removes the IO bottleneck.
Alternatively, figure out a way to read the packets sent from the client/server and use this for instantaneous combat logging updates.
Read the combat log file from memory to bypass the latency issue when the client writes the values to the combat log file. This also removes the need to check for new combat log files being created on disk and removes the IO bottleneck.
Alternatively, figure out a way to read the packets sent from the client/server and use this for instantaneous combat logging updates.