Logo white

Peter M. Groen / TrueMQTT-cpp

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 55
  • Compare
  • Branches 2
  • Tags 0
  • TrueMQTT-cpp
  • src
  • Packet.h
25 Sep, 2022
1 commit
  • feat(send): deligate sending of packets to its own thread ...
    1f70ca5d
    This means the socket can be blocking, which makes administration
    easier. The drawback is that there is now a queue, including
    signalling, between the main thread and write thread. This
    consumes a bit more CPU; but in return the main thread is never
    blocked.
    Patric Stout authored
    2022-09-25 12:20:46 +0200  
    Browse File ยป