You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mleku
581e0ec588
Implement comprehensive WebSocket subscription stability fixes
...
- Resolved critical issues causing subscriptions to drop after 30-60 seconds due to unconsumed receiver channels.
- Introduced per-subscription consumer goroutines to ensure continuous event delivery and prevent channel overflow.
- Enhanced REQ parsing to handle both wrapped and unwrapped filter arrays, eliminating EOF errors.
- Updated publisher logic to correctly send events to receiver channels, ensuring proper event delivery to subscribers.
- Added extensive documentation and testing tools to verify subscription stability and performance.
- Bumped version to v0.26.2 to reflect these significant improvements.
2 months ago
..
sprocket
Implement policy-based event filtering and add integration tests
2 months ago
README_BUILD.md
Implement multi-platform build system with pure Go support
2 months ago
benchmark.sh
Implement multi-platform build system with pure Go support
2 months ago
build-all-platforms.sh
Implement multi-platform build system with pure Go support
2 months ago
deploy.sh
Remove deprecated test files and optimize encryption functions
2 months ago
orly.service
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
3 months ago
platform-detect.sh
Implement multi-platform build system with pure Go support
2 months ago
relaytester-install.sh
Update relay tester scripts to use `/tmp/orlytest` for temporary data storage and adjust cleanup logic
4 months ago
relaytester-test.sh
Update relay tester scripts to use `/tmp/orlytest` for temporary data storage and adjust cleanup logic
4 months ago
reload.sh
initial addition of essential crypto, encoders, workflows and LLM instructions
5 months ago
run-market-and-orly.sh
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
3 months ago
run-market-probe.sh
Improve logging and handling for WebSocket message processing, delivery, and diagnostics.
3 months ago
run-orly.sh
Implement multi-platform build system with pure Go support
2 months ago
run-policy-filter-test.sh
Refactor crypto package to use p256k1 signer
2 months ago
run-policy-test.sh
Enhance logging and add policy test client
3 months ago
run-relay-and-seed.sh
Add `run-relay-and-seed.sh` script, remove redundant JS library mappings, and improve logging consistency.
3 months ago
run-relay-pprof.sh
Remove spider functionality and related configurations
3 months ago
runtests.sh
Implement multi-platform build system with pure Go support
2 months ago
test-deploy-docker.sh
Update dependencies and enhance deployment scripts
3 months ago
test-deploy-local.sh
Implement multi-platform build system with pure Go support
2 months ago
test-managed-acl.sh
Implement multi-platform build system with pure Go support
2 months ago
test-subscription-stability.sh
Implement comprehensive WebSocket subscription stability fixes
2 months ago
test-subscriptions.sh
Implement comprehensive WebSocket subscription stability fixes
2 months ago
test-workflow-act.sh
Refactor crypto package to use p256k1 signer
2 months ago
test-workflow-local.sh
Implement multi-platform build system with pure Go support
2 months ago
test.sh
Implement multi-platform build system with pure Go support
2 months ago
test_policy.sh
Implement multi-platform build system with pure Go support
2 months ago
update-embedded-web.sh
Remove `dist` directory and streamline build artifacts.
4 months ago