p1 = cpo.postbox('postbox-1', 'your-secret')
p1.send(to='postbox-2', msg='hello')
p2 = cpo.postbox('postbox-2', 'your-secret')
p2.listen(lambda msg: print(msg)) p1 = cpo.postbox('postbox-1', 'your-secret')
p1.send(to='postbox-2', msg='hello')
p2 = cpo.postbox('postbox-2', 'your-secret')
p2.listen(lambda msg: print(msg))
sixtyj•50m ago
If Cloudpostoffice is a messaging center for everybody involved how to get rid of bad actors’ agents that will appear?