Skip to content

Commit cc6765c

Browse files
committed
Protobuf format argument now properly streaming out protobuf binary
1 parent 9077b60 commit cc6765c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openxc/sources/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def __init__(self, callback=None, log_mode=None, payload_format=None):
4040
self._streamer = None
4141
self._formatter = None
4242
self._format = payload_format
43+
self.format = payload_format # Added 7/30/2021 to fix protobuf streaming out
4344

4445
self.logger = SourceLogger(self, log_mode)
4546

0 commit comments

Comments
 (0)