Skip to content

Commit 96b20c4

Browse files
authored
Fixed bug that connection was not be released to pool when the consumer broken in coroutine style server. (#3209)
1 parent 4d2d03f commit 96b20c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Annotation/AspectCollector.php

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public static function deserialize(string $metadata): bool
105105

106106
private static function getDefaultPriority(): int
107107
{
108+
// TODO(v3.0): Changed the default priority to 0.
108109
return (int) (PHP_INT_MAX / 2);
109110
}
110111
}

0 commit comments

Comments
 (0)