nathhB / nbnet

single header C(99) library to implement client-server network code for games
zlib License
434 stars 26 forks source link

fix NBN_GameServer_RejectIncomingConnectionWithCode with WebRTC native driver #69

Closed raisinrand closed 5 days ago

raisinrand commented 1 week ago

this line causes us to skip sending packets before a connection is accepted, but we need to send a packet for the reject message when the client is not accepted