Skip to content

Conversation

Niranjan-Formant
Copy link
Contributor

No description provided.

msg = self._fclient.prepare_text(formant_stream, msg, tags, msg_timestamp)

elif msg_type in BOOL_TYPES:
self._fclient.prepare_bitset(formant_stream, msg, tags, msg_timestamp)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing msg = here and elsewhere

Comment on lines 20 to 21
self._ingester = Ingester(self._fclient)
self._ingester = BatchIngester(self._fclient)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets check to see if the _fclient has post_data_multi to choose which ingester we use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants