Skip to content

axd1967/paho-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

qos=2 bug

Preparation

  1. Install Vagrant
  2. create a running VM
  3. start client
cd components/vagrant
vagrant up srv-def cli-def
vagrant ssh cli-def
cd python/client
source venv/bin/activate
python cli.py
pdb stops; enter 'c' to continue and demonstrate the bug