-
-
Notifications
You must be signed in to change notification settings - Fork 331
fix: LocalSubscriber hanging #1040
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
Conversation
Hello, I've now deployed Mercure with this PR but got the error: Error: adapting config using caddyfile: parsing caddyfile tokens for 'route': parsing caddyfile tokens for 'mercure': strconv.ParseInt: parsing "1e5": invalid syntax, at /etc/caddy/Caddyfile:34
I was forced to remove it but I need it because of high amount of subscribers, hopefully this will be fixed as well! Thanks! |
Can you try |
I fixed the docs and added support for configuring both the number of shards and the number of items per shard. |
@divine I finally found the bug crashing the benchmark. It was in the benchmark itself. Could you try this PR to see if you get improvements? |
Hello, I've deployed it now. I'll let you know if it fails. Thank you guys for the quick fixes! |
@divine any news? I would like to merge this one! |
Works fine for me! Didn't crash and still working fine. Thanks! |
Fixes #1024