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
Not really sure what we can do about that. Have you considered having your callback function schedule the code in your mainloop outside of the callback?
Well, we have added a try except around it in our code. It's just a gotcha that you need that in the first place. Cython docs describe adding a try except around the code in Cython, but I have not tested if this fixes things.
during the creation of piqueserver/piqueserver#361, I noticed that the enet callbacks swallow any exceptions in python space silently.
The text was updated successfully, but these errors were encountered: