Commit 8665dc8
committed
Using FairMQChannel::Send instead of SendAsync which is deprecated
FairMQ is going to deprecate the asyncronous version of Send and Receive,
following the suggestion in the warning, Send is used now.
"For non-blocking Send, use timeout version with timeout of 0"1 parent eba9e30 commit 8665dc8
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments