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
I ran into a minor issue here. If _context is null, because it wasn't initialized properly, the following code will loop indefinitely. A null _context is an error on my part, but I have code later to treat the problem.
I ran into a minor issue here. If _context is null, because it wasn't initialized properly, the following code will loop indefinitely. A null _context is an error on my part, but I have code later to treat the problem.
c.f. http://stackoverflow.com/questions/31462770/glgeterror-returns-1282-infinitely
I suggest bailing out after a certain number of failures as suggested in the stack overflow thread.
The text was updated successfully, but these errors were encountered: