We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd14e0 commit e07264eCopy full SHA for e07264e
async/Async_OpenFlowChunk.ml
@@ -271,10 +271,11 @@ module Controller = struct
271
* the controller.
272
* *)
273
>>| (function _ -> [])
274
- else if hdr.Header.type_code = type_code_echo_reply then
275
- (* Echo replies get eaten *)
+ else if hdr.Header.type_code = type_code_echo_reply then begin
+ (* Echo replies get eaten, after recording activity. *)
276
+ Handler.activity t c_id;
277
return []
- else
278
+ end else
279
(* All other messages get forwarded *)
280
return [evt]
281
end
0 commit comments