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
It's worth noting that this is a bunch of haphazard code I threw together as an undergraduate, so it doesn't surprise me in the least that there's lurking bugs. Do note that I haven't written Android code in years, so it's unlikely I'll change this repo in the foreseeable future.
If this code is useful for you, I'd be happy to give you ownership.
If you have hard to find crashes using this code, this is probably why:
char *read_server(int client) {
// read data from the client
char input[1024] = { 0 };
......
}
The text was updated successfully, but these errors were encountered: