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
When doing a hot restart, there comes an error in the console, WARNING: Too many active WebGL contexts. Oldest context will be lost., and WebGL: INVALID_OPERATION: delete: object does not belong to this context.
Also, this happens when you open multiple Map instances. You can test it by navigating back and forth to a new map instance. After about 8 times the same error will occur and the map will crash.
The second use case is in my opinion more important than the hot restart use case.
The text was updated successfully, but these errors were encountered:
@JulianBissekkou
The problem:
When doing a hot restart, there comes an error in the console,
WARNING: Too many active WebGL contexts. Oldest context will be lost.
, andWebGL: INVALID_OPERATION: delete: object does not belong to this context
.Also, this happens when you open multiple Map instances. You can test it by navigating back and forth to a new map instance. After about 8 times the same error will occur and the map will crash.
The second use case is in my opinion more important than the hot restart use case.
The text was updated successfully, but these errors were encountered: