Skip to content

Conversation

@achouippe
Copy link
Contributor

No description provided.

@achouippe achouippe marked this pull request as ready for review September 27, 2024 16:04
Stats.inc_msg_received_unexpected_message()
defmodule SseConnection do
# Start the SSE connection in a sub-process to intercept SSE events and only forward application events to the main process
def start(context, log_context, url, topic) do
Copy link
Contributor

Choose a reason for hiding this comment

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

Log_context is a static string which contains a timestamp. So we can not pass it as is

Stats.inc_msg_received_unexpected_message()
defmodule SseConnection do
# Start the SSE connection in a sub-process to intercept SSE events and only forward application events to the main process
def start(context, log_context, url, topic) do
Copy link
Contributor

Choose a reason for hiding this comment

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

Log_context is a static string which contains a timestamp. So we can not pass it as is

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.

3 participants