Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

also blocking the underline IO thread in bRPC. So that we should use the following way. PUT the request into a pthread thread pool and do the work in pthread like line 225.



5. Do Not Do Heavy Work in Deconstructor and Not Do Deconstructor Work in Close method


For example, if we do some close work in deconstructor, the dependend parent raw ptr may be released. it will core.

Image Added