feat: add identify protocol example

This commit is contained in:
acul71
2025-02-19 03:43:50 +01:00
committed by Paul Robinson
parent 51c7d53453
commit 604a447287
11 changed files with 265 additions and 167 deletions

View File

@ -117,6 +117,7 @@ setup(
"chat-demo=examples.chat.chat:main",
"echo-demo=examples.echo.echo:main",
"ping-demo=examples.ping.ping:main",
"identify-demo=examples.identify.identify:main",
],
},
)