Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support keepalive events on load tests #23

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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
Development

Successfully merging this pull request may close these issues.

2 participants