liuxiaolong
2022-01-05 27d8bc7cad4a8f68c2da3efbb77f45ec70ae40e6
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;
}
}