ccollins476ad opened a new pull request #34: nmxact - conn_cancel_evt listener 
uses wrong seq
URL: https://github.com/apache/mynewt-newtmgr/pull/34
 
 
   When blehostd sends a `conn_cancel_evt` event, it uses the sequence
   number associated with the connection, not the sequence number
   corresponding to the `conn_cancel` request.
   
   Prior to this change, nmxact would listen for the `conn_cancel_evt` with
   a sequence number equal to that of the request.  The event would never
   arrive, which caused the transport to be restarted.
   
   Now, the connect listener listens for the cancel event, in addition to
   the connect event.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to