looper3339
2021-08-09 567e7bba26bb8fe485be6c2ddfaaf8ab77eb6141
test_socket/bus_test.cpp
@@ -63,7 +63,6 @@
  char content[512];
  long i = 0;
  pthread_create(&tid, NULL, run_recv, (void *)sk);
  while (true) {
@@ -136,4 +135,4 @@
  
  return 0;
}
}