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 initializing enet fails (for example due to an already bound port on server side), the librg_init function does not give any result about it (except from the assert message). It would be nice to change the function to return a result or state so programs can do proper error management.
The text was updated successfully, but these errors were encountered:
I am sorry, I messed up the function. The port failure is happening in librg_network_start. But nevertheless both functions (and i think some more others) could benefit from returned results.
When initializing enet fails (for example due to an already bound port on server side), the
librg_init
function does not give any result about it (except from the assert message). It would be nice to change the function to return a result or state so programs can do proper error management.The text was updated successfully, but these errors were encountered: