python-bayeux-client icon indicating copy to clipboard operation
python-bayeux-client copied to clipboard

A simple python bayeux client that connects to server using Bayeux protocol and allows for users to receive data published by the server

Results 5 python-bayeux-client issues
Sort by recently updated
recently updated
newest added

I installed your module inside venv and I'm getting this error below when trying to import: `(env) user@server:~/project2$ python cometd.py Traceback (most recent call last): File "cometd.py", line 1, in...

Is it possible to publish a message to a topic? I tried it with send_message from messanger but there i get an error: Error parsing data: Bad request No JSON...

https://github.com/dkmadigan/python-bayeux-client/blob/b979a8445e255c3fea0164b5f86c0ae28cebf11c/bayeux/bayeux_message_sender.py#L109-L114

Any chance we can get this pushed to PyPI?

Is there any reason this only handles subscriptions and not publishing events as well?