stomp_ws_py
stomp_ws_py copied to clipboard
Stomp over websocket for python
Results
2
stomp_ws_py issues
Sort by
recently updated
recently updated
newest added
2023-11-10 08:56:41,271 - ERROR - error from callback : too many values to unpack (expected 2) This line in frame.py: (key, value) = lines[i].split(':') Just needs adjusting to account for...
This pull request addresses an issue where parsing key-value pairs from a STOMP `CONNECTED` frame fails if a value contains multiple colons (`:`). #### Background In the current implementation, the...