zhangmeng
2024-01-18 f68d32c9f4b2f46d26d96839801d1888a93f93ed
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;
}
}