@@ -8,6 +8,8 @@ This troubleshooting guide contains instructions to diagnose frequently encounte
88 * [ Enable client logging] ( #enable-client-logging )
99 * [ Common exceptions] ( #common-exceptions )
1010 * [ Timeouts] ( #timeouts )
11+ * [ Threading and concurrency issues] ( #threading-and-concurrency-issues )
12+ * [ Thread safety limitations] ( #thread-safety-limitations )
1113* [ Troubleshooting authentication issues] ( #troubleshooting-authentication-issues )
1214 * [ Authentication errors] ( #authentication-errors )
1315 * [ Authorization errors] ( #authorization-errors )
@@ -20,29 +22,17 @@ This troubleshooting guide contains instructions to diagnose frequently encounte
2022 * [ Message lock issues] ( #message-lock-issues )
2123 * [ Message size issues] ( #message-size-issues )
2224 * [ Message settlement issues] ( #message-settlement-issues )
23- * [ Dead letter queue issues] ( #dead-letter-queue-issues )
2425* [ Troubleshooting session handling issues] ( #troubleshooting-session-handling-issues )
2526 * [ Session lock issues] ( #session-lock-issues )
2627 * [ Session cannot be locked] ( #session-cannot-be-locked )
27- * [ Troubleshooting sender issues] ( #troubleshooting-sender-issues )
28- * [ Cannot send batch with multiple partition keys] ( #cannot-send-batch-with-multiple-partition-keys )
29- * [ Batch fails to send] ( #batch-fails-to-send )
30- * [ Message encoding issues] ( #message-encoding-issues )
3128* [ Troubleshooting receiver issues] ( #troubleshooting-receiver-issues )
3229 * [ Number of messages returned doesn't match number requested] ( #number-of-messages-returned-doesnt-match-number-requested )
33- * [ Message completion behavior] ( #message-completion-behavior )
34- * [ Receive operation hangs] ( #receive-operation-hangs )
3530 * [ Messages not being received] ( #messages-not-being-received )
31+ * [ Dead letter queue issues] ( #dead-letter-queue-issues )
32+ * [ Mixing sync and async code] ( #mixing-sync-and-async-code )
3633* [ Troubleshooting quota and capacity issues] ( #troubleshooting-quota-and-capacity-issues )
3734 * [ Quota exceeded errors] ( #quota-exceeded-errors )
3835 * [ Entity not found errors] ( #entity-not-found-errors )
39- * [ Threading and concurrency issues] ( #threading-and-concurrency-issues )
40- * [ Thread safety limitations] ( #thread-safety-limitations )
41- * [ Async/await best practices] ( #asyncawait-best-practices )
42- * [ Troubleshooting async operations] ( #troubleshooting-async-operations )
43- * [ Event loop issues] ( #event-loop-issues )
44- * [ Async context manager problems] ( #async-context-manager-problems )
45- * [ Mixing sync and async code] ( #mixing-sync-and-async-code )
4636* [ Frequently asked questions] ( #frequently-asked-questions )
4737* [ Get additional help] ( #get-additional-help )
4838
@@ -435,8 +425,6 @@ with receiver:
4354252 . Wait for the current session lock to expire before reconnecting
4364263 . Use a different session ID if specific session is not required
437427
438- ## Troubleshooting sender issues
439-
440428## Troubleshooting receiver issues
441429
442430### Number of messages returned doesn't match number requested
0 commit comments