You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2020/12/16 04:15:56 UTC

[GitHub] [mynewt-core] ncasaril opened a new pull request #2442: net/lora/node: RxDone event and rx_win1 timeout

ncasaril opened a new pull request #2442:
URL: https://github.com/apache/mynewt-core/pull/2442


   LoRaNode thread can access RxDone data before it's filled in if the submitting thread has a lower priority, typically not a good idea. 
   
   Second commit addresses the rx_win1 and rx_win2 issues where we can be stuck waiting for a timeout on rx_win1 because
   rx_win2 has already started (and prevented a timeout of rx_win1).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2442: net/lora/node: RxDone event and rx_win1 timeout

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on pull request #2442:
URL: https://github.com/apache/mynewt-core/pull/2442#issuecomment-745753101


   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-core] kasjer merged pull request #2442: net/lora/node: RxDone event and rx_win1 timeout

Posted by GitBox <gi...@apache.org>.
kasjer merged pull request #2442:
URL: https://github.com/apache/mynewt-core/pull/2442


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org