File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changes Between 4.0.x and 4.1.0
2
2
3
- No changes yet.
3
+ ### No lock contention at consumer work service
4
+
5
+ Switched to a "thread-per-model" approach in the ` ConsumerWorkService ` .
6
+
7
+ The TaskScheduler property on ` ConnectionFactory ` has been obsoleted and can no
8
+ longer be used to control concurrency.
9
+
10
+ Utility class changes:
11
+
12
+ - ` BatchingWorkPool ` has been removed
13
+ - ` ConsumerWorkService ` no longer has a constructor that takes a ` TaskScheduler `
14
+ - ` ConsumerWorkService.MAX_THUNK_EXECUTION_BATCH_SIZE ` has been removed
15
+ - ` ConsumerWorkService ` no longer has the ` ExecuteThunk ` or ` RegisterKey ` methods
16
+
17
+
18
+ GH issue: [ rabbitmq-dotnet-client #251 ] ( https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/251 )
4
19
5
20
6
21
## Changes Between 4.0.1 and 4.0.2 (September 1st, 2016)
You can’t perform that action at this time.
0 commit comments