• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mcollina / aedes
98%

Build:
DEFAULT BRANCH: master
Repo Added 16 Dec 2015 05:51PM UTC
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 0.12.6
  • ack-event
  • auth_error_emit
  • block-sys-with-plus
  • clear-outstanding-packets
  • close_socket_by_other_party
  • develop
  • develop2
  • do-not-clear-the-buffer
  • downgradeQos
  • drain
  • errorHandling
  • feature/add_clientReady_ts_test
  • feature/add_code_of_conduct
  • feature/add_collaborators
  • feature/add_disconnect_test
  • feature/add_empty_sub_test
  • feature/add_license_checker
  • feature/add_ts_http_req_param_client
  • feature/aedes_stats_metrics
  • feature/drop_safe_buffer
  • feature/enable_ping_test
  • feature/enhance_auth_test
  • feature/enhance_cilent_pub_sub_tests
  • feature/enhance_connect_test
  • feature/enhance_qos1_test
  • feature/enhance_qos_test_check_persistence
  • feature/enhance_retain_tests
  • feature/enhance_tests
  • feature/optimize_client
  • feature/optimize_connect_handler
  • feature/optimize_handle_fn
  • feature/optimize_validationTopic
  • feature/parallelize_sub
  • feature/parallelize_unsub
  • feature/topic_tests
  • feature/tuned_publish_handler
  • feature/use_aedes_packet_2_0
  • feature/use_nyc_for_coverage
  • feature/use_uuid_for_broker_id
  • fix#348
  • fix-109
  • fix-83
  • fixBrokerId
  • handleUnsubscribe
  • hotfix/block_dollar_prefix_topic_in_sub
  • hotfix/broker_published_packet
  • hotfix/cleanup_refactor
  • hotfix/client_socket_close_not_affect_others
  • hotfix/close_broker_gracefully
  • hotfix/dedupe_sub
  • hotfix/drop_nodejs6
  • hotfix/enhance_keepalive_test
  • hotfix/enhance_topic_test
  • hotfix/fix_duplicate_done_call
  • hotfix/fix_max_stack_size
  • hotfix/fix_preconnect_ts_d
  • hotfix/gracefully_close_clients
  • hotfix/group_unauth_tests
  • hotfix/keepalive_test_waiting_longer
  • hotfix/make_some_vars_private
  • hotfix/no_connect_after_established
  • hotfix/no_double_close_call
  • hotfix/no_messageid_qos0
  • hotfix/no_retain_msg_in_restore_subs
  • hotfix/non_zero_messageId_when_qos_gt_0
  • hotfix/not_store_qos0_subscription
  • hotfix/obsolete_tslint_precommit
  • hotfix/packet_in_published_event
  • hotfix/puback_pubrec_order
  • hotfix/qos1_offline_queue
  • hotfix/raise_travis_ci_reliability
  • hotfix/reject_second_connect_packet_in_preconnect
  • hotfix/reliable_regr_test
  • hotfix/reliable_test_in_qos1
  • hotfix/same_messageid_pub_qos1
  • hotfix/tests_on_clientReady
  • hotfix/typescript_check
  • hotfix/typo
  • hotfix/update_dependencies
  • hotfix/update_dependency
  • hotfix/update_license
  • hotfix/use_uuid_v4
  • liveRetain
  • main
  • movehandler
  • no-dupes
  • ordered-granted
  • overlapping
  • passWill
  • patch-1
  • patch-3
  • qos-retain
  • removeXtend
  • retainedNegSubError
  • updated-deps
  • v0.11.1
  • v0.12.0
  • v0.12.2
  • v0.12.3
  • v0.12.4
  • v0.12.5
  • v0.13.0
  • v0.13.1
  • v0.14.0
  • v0.15.0
  • v0.15.1
  • v0.16.0
  • v0.16.1
  • v0.17.1
  • v0.18.0
  • v0.19.0
  • v0.20.0
  • v0.21.0
  • v0.22.0
  • v0.23.0
  • v0.23.1
  • v0.24.0
  • v0.25.0
  • v0.25.1
  • v0.25.2
  • v0.25.3
  • v0.26.0
  • v0.26.1
  • v0.27.0
  • v0.27.1
  • v0.28.0
  • v0.29.0
  • v0.29.1
  • v0.30.0
  • v0.30.1
  • v0.31.0
  • v0.32.0
  • v0.32.1
  • v0.33.0
  • v0.34.0
  • v0.34.1
  • v0.35.0
  • v0.35.1
  • v0.35.2
  • v0.35.3
  • v0.36.0
  • v0.37.0
  • v0.38.0
  • v0.38.1
  • v0.39.0
  • v0.40.0
  • v0.40.1
  • validate-topics

pending completion
355

push

travis-ci

GitHub
[chore] Prevent double client close call (#366)

* [chore] Prevent double client close call

* Ensure there is drain event, for our test basline.

* Call done function before return

* Clean up timers and remove listeners asap in resources aspect

337 of 365 branches covered (92.33%)

8 of 8 new or added lines in 1 file covered. (100.0%)

809 of 829 relevant lines covered (97.59%)

5884.78 hits per line

Relevant lines Covered
Build:
Build:
829 RELEVANT LINES 809 COVERED LINES
5884.78 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
355 master [chore] Prevent double client close call (#366) * [chore] Prevent double client close call * Ensure there is drain event, for our test basline. * Call done function before return * Clean up timers and remove listeners asap in resources a... push 25 Jan 2020 09:32AM UTC GitHub travis-ci pending completion  
353 master [chore] Refactored some variables in private scope & re-order (#368) - removed unused _handling var - initialize authorized var to false and refactor it to a private var - refactored parser var to a private var - refactored disconnected variab... push 25 Jan 2020 08:40AM UTC GitHub travis-ci pending completion  
348 master Merge pull request #355 from robertsLando/master Updated Readme push 24 Jan 2020 03:23PM UTC GitHub travis-ci pending completion  
346 master [chore] Group unauth tests push 24 Jan 2020 03:20PM UTC gnought travis-ci pending completion  
343 master Merge pull request #355 from robertsLando/master Updated Readme push 24 Jan 2020 04:09AM UTC GitHub travis-ci pending completion  
11 master fix: Move aedes instance creation to helper.js for tests push 23 Jan 2020 09:25AM UTC Daniel Lando travis-ci-com pending completion  
10 master chore: WIP Github actions for cross persistence/mqemitter tests #357 push 23 Jan 2020 08:59AM UTC Daniel Lando travis-ci-com pending completion  
9 master docs: Added benchmark mosca vs aedes push 21 Jan 2020 01:44PM UTC Daniel Lando travis-ci-com pending completion  
8 master docs: Redirect to plugins in aedes options push 21 Jan 2020 01:20PM UTC Daniel Lando travis-ci-com pending completion  
7 master docs: Updated plugins with mqemitter links push 21 Jan 2020 01:12PM UTC Daniel Lando travis-ci-com pending completion  
See All Builds (902)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc