Go implementation of Waku v2 protocol
Go to file
Richard Ramos 32cdc4cadd
fix: lock subscription before closing it
2021-03-15 17:43:26 -04:00
tests Initial commit 2021-03-11 16:27:12 -04:00
waku/v2 fix: lock subscription before closing it 2021-03-15 17:43:26 -04:00
.gitignore Initial commit 2021-03-11 16:13:36 -04:00
CHANGELOG.md Initial commit 2021-03-11 16:27:12 -04:00
LICENSE-APACHEv2 Initial commit 2021-03-11 16:27:12 -04:00
LICENSE-MIT Initial commit 2021-03-11 16:27:12 -04:00
go.mod Handle unsubscriptions and encoding of messages 2021-03-15 17:17:36 -04:00
go.sum Handle unsubscriptions and encoding of messages 2021-03-15 17:17:36 -04:00
main.go Handle unsubscriptions and encoding of messages 2021-03-15 17:17:36 -04:00