Nathan

Results 4 issues of Nathan

Those two examples do not work on windows because of the `Sleep `function conflicting with winapi. Also, the examples need to be compiled with `-lwsock2` so this should be stated...

bug
documentation
enhancement

On all tested platforms except for OSX, there is a segfault when calling NBN_GameClient_Deinit or NBN_GameServer_Deinit. For now, it was only reproduced with the soak test but I believe it's...

bug

[CodeFactor](https://www.codefactor.io/repository/github/nathhb/nbnet/overview/master) found multiple issues: #### Complex Code - [ ] [nbnet.h](https://www.codefactor.io/repository/github/nathhb/nbnet/source/master/nbnet.h) #### 'reject' is defined but never used. - [ ] [net_drivers\webrtc\js\standalone\signaling_server.js:11](https://www.codefactor.io/repository/github/nathhb/nbnet/source/master/net_drivers/webrtc/js/standalone/signaling_server.js#L11) #### '_' is defined but never used. -...

enhancement