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
Describe the bug
When running the tracker there are occasional panics thrown which cause the whole application to crash. These occur not in the Tracker itself but in the Emitter transport layer below it - however it might be possible to handle this panic within the Emitter to recover gracefully.
To Reproduce
This is not easy to reproduce but in a long running application I will see crashes consistently every 1-2 days.
Expected behavior
The tracker should not throw a panic performing its core function.
Environment (please complete the following information):
Also we are editing the global transport object in this way which feels like something we should be avoiding - it seems likely that providing a custom transport rather than using the default transport is almost certainly the way to clean this issue up and stop it from occurring.
Describe the bug
When running the tracker there are occasional panics thrown which cause the whole application to crash. These occur not in the Tracker itself but in the Emitter transport layer below it - however it might be possible to handle this panic within the Emitter to recover gracefully.
To Reproduce
This is not easy to reproduce but in a long running application I will see crashes consistently every 1-2 days.
Expected behavior
The tracker should not throw a panic performing its core function.
Environment (please complete the following information):
alpine:3.7
Additional context
The stack trace:
The text was updated successfully, but these errors were encountered: