Skip to content

Fix unsubscribe#263

Merged
ebuchman merged 1 commit intotendermint:developfrom
silasdavis:fix-unsubscribe
Aug 23, 2016
Merged

Fix unsubscribe#263
ebuchman merged 1 commit intotendermint:developfrom
silasdavis:fix-unsubscribe

Conversation

@silasdavis
Copy link
Contributor

@silasdavis silasdavis commented Aug 23, 2016

Currently unsubscribe is broken because it is using the event name instead of the listener to unsubscribe. This restores it to the functionality provided by:

https://github.com/eris-ltd/eris-db/blob/master/Godeps/_workspace/src/github.com/tendermint/tendermint/rpc/server/handlers.go#L359

As a side note the current code only allows one websocket subscription for the same remote address to the same event. This is probably a bad limitation to have. See my remark in: hyperledger-archives/burrow#235.

@ebuchman ebuchman merged commit 7df79d9 into tendermint:develop Aug 23, 2016
@silasdavis silasdavis deleted the fix-unsubscribe branch August 24, 2016 12:57
patiee pushed a commit to graphprotocol/tendermint that referenced this pull request Aug 7, 2023
… (backport tendermint#253) (tendermint#263)

* Removing all the vuepress related build files and references  (tendermint#253)

* Removing all the vuepress related build files and references (tendermint#249)

* Moved documentation ADR to deprecated (tendermint#249)

* Reverting the logic for check-docs-toc until ADR/RFC refactor (tendermint#249)

* Setting the right permissions to file so workflow executes (tendermint#249)

* Reverting ADR change, will do in another issue (tendermint#249)

(cherry picked from commit d159562)

# Conflicts:
#	RELEASES.md
#	docs/.vuepress/config.js
#	docs/.vuepress/redirects
#	docs/DOCS_README.md
#	docs/package.json
#	docs/versions

* fix for merge

* fixing to merge

---------

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Co-authored-by: Daniel Cason <daniel.cason@informal.systems>
patiee pushed a commit to graphprotocol/tendermint that referenced this pull request Aug 7, 2023
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.

2 participants