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

acknack optional subscription params #4

Open
wants to merge 137 commits into
base: master
Choose a base branch
from

Conversation

medchkir
Copy link

Get an error when "subscription" is undefined :
Unexpected ACK received for message-id [ID:1f1f40b6881b-43489-1644697490837-5:1924:-1:1:3]

Keep a "subscription" optionnel and it's working

grenzr and others added 30 commits December 23, 2011 17:59
- Adding basic protocol version support
- FrameEmitter emits and additional event using frame command as identifier
- Refactored file locations and added NPM package info/dependencies
- Added some tests (more to follow)
Also re-factored assertBack to be sendHook. Naming was too vague.
Added new functionality to validate inbound frames (outbound ones are assumed to be ok as we are constructing/testing them) and associated tests
Added unsubscribe support
Made existing tests a bit more robust (using process.nextTick for net stream simulation)
Added inbound frame validation support + tests
Swapped sys for util throughout the code
Mocked util.log for tests to suppress output
Better setup/teardowns on tests
…on disconnect(). All registered error callbacks get called on reception of ERROR frames. Also removed unnecessary callback in subscribe() method signature.
easternbloc and others added 30 commits March 17, 2015 11:53
Bump for the licence change in the package file
check whether if stream error before write
update README adding vhost on Stomp constructor documentation
tls parameter added to constructor, can be boolean or options to tls
module.

Constructor overloaded to accept options object in addition to positional
parameters.

Removed SecureStompClient as it relied on obsolete stream.setSecure
method.
Add TLS support for secure connections.
emit 'message' event on message
Fix to call connect callback when connection complete on TLS connection.
…t, does not add the content-length header. also added unit test
…eader-and-unit-test

Adds support for 'suppress-content-length' header
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

Successfully merging this pull request may close these issues.