From 9d2f49be0acccdc9fc8d406c7878162f6a2d5bf2 Mon Sep 17 00:00:00 2001 From: hapiman <894057870@qq.com> Date: Wed, 25 Dec 2024 19:15:14 +0800 Subject: [PATCH 1/2] Update README.md Add opbnb to the list of notable users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f785935fc2..d8ee541156 100644 --- a/README.md +++ b/README.md @@ -100,5 +100,6 @@ Some notable users of go-libp2p are: - [Oasis Core](https://github.com/oasisprotocol/oasis-core) - The consensus and runtime layers of the [Oasis protocol](https://oasisprotocol.org/). - [Spacemesh](https://github.com/spacemeshos/go-spacemesh/) - The Go implementation of the [Spacemesh protocol](https://spacemesh.io/), a novel layer one blockchain - [Tau](https://github.com/taubyte/tau/) - Open source distributed Platform as a Service (PaaS) +- [opBNB](https://github.com/bnb-chain/opbnb) - High-performance layer 2 solution for the BNB Smart Chain(BSC) Please open a pull request if you want your project (min. 250 GitHub stars) to be added here. From 48c18a8d3de96b7606ab4c7ca9c67434d75eb898 Mon Sep 17 00:00:00 2001 From: pengjian Date: Mon, 20 Jan 2025 17:13:47 +0800 Subject: [PATCH 2/2] Modify readme --- examples/pubsub/basic-chat-with-rendezvous/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pubsub/basic-chat-with-rendezvous/README.md b/examples/pubsub/basic-chat-with-rendezvous/README.md index d8008fef47..682d7a0f16 100644 --- a/examples/pubsub/basic-chat-with-rendezvous/README.md +++ b/examples/pubsub/basic-chat-with-rendezvous/README.md @@ -32,5 +32,7 @@ go run . -topicName=adifferenttopic Try opening several terminals, each running the app. When you type a message and hit enter in one, it should appear in all others that are connected to the same topic. +Note: if missing the message in some terminals when opened the terminal at the same time, try to reopen the terminal to execute `go run .`. + To quit, hit `Ctrl-C`.