- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
- Better exception handling in recieving thread
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}