Fu Juntang
2021-09-26 d8d98f0f5b84a9cf5122357554d35b15c9c140ab
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;
}
}