Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 15, 2024
1 parent f83381d commit fa327bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/thread.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void ThreadFactory::create_message_bus() {
if (!mb->alloc_buffer()) {
throw std::bad_alloc();
}
server_->init_pipe_sockets(mb);
SwooleTG.message_bus = mb;
}

Expand Down

0 comments on commit fa327bc

Please sign in to comment.