Skip to content

v1.0.10

Choose a tag to compare

@HuangXiaomeng HuangXiaomeng released this 05 Jan 11:21
· 6 commits to develop since this release
4d87384

Feat:

  1. Support second_delay scheduling.
  2. Update the protobuf package path to prevent conflicts with other components.

Fix:

  1. Fix timeout issues that may be caused by mutex locks when executing a large number of tasks.

Improvement:

  1. Separate the processing of various actor messages to avoid mutual interference.
  2. Use a global coroutine pool to simplify the creation and destruction logic of coroutine pools.
  3. Detect active servers during startup, and prevent startup if servers are unavailable.
  4. Optimize some warnings from the golanglint-ci tool.