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

Broker websocket client connections not closed correctly #428

Open
simeonmiteff opened this issue Sep 18, 2024 · 1 comment
Open

Broker websocket client connections not closed correctly #428

simeonmiteff opened this issue Sep 18, 2024 · 1 comment
Assignees

Comments

@simeonmiteff
Copy link

It looks like the CAF websocket implementation can do websocket close frames but I have never seen broker/zeek use it to close a connection to a client correctly - it just drops the TCP connection (whether that is due to something weird like zeek/zeek#3939 or just because zeek is terminating). It would be useful to correct this.

@awelzel awelzel transferred this issue from zeek/zeek Sep 18, 2024
@Neverlord Neverlord self-assigned this Sep 19, 2024
@Neverlord
Copy link
Member

If this happens during shutdown, it might be that Broker just won't give the managed sockets any time for sending shutdown messages. I'll see what I can do.

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

No branches or pull requests

2 participants