Commit 26678ff
committed
Make ProcessMessages synchronous now that it no longer awaits
The dedup branch no longer awaits _messageClearer.Clear (it stages the
position and persists it to the DeliveredPositionsId effect instead), so
ProcessMessages has no remaining awaits. Change it from async Task to void
and drop the await at both call sites (Push, FetchAndNotify). Both callers
remain async for the fetch semaphore and message-store calls.1 parent 4a275fb commit 26678ff
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments