fixed some potential concurrency issues in the client side.

enhanded route_started log messages
renamed service to svc for some items
added two more fields to denote requested service address/network to ServerRoute
This commit is contained in:
2025-03-11 21:12:05 +09:00
parent befe65b486
commit 09593fd678
9 changed files with 250 additions and 126 deletions

View File

@ -14,7 +14,7 @@ func TestBulletin(t *testing.T) {
var nmsgs1 int
var nmsgs2 int
b = hodu.NewBulletin[string]()
b = hodu.NewBulletin[string](100)
s1, _ = b.Subscribe("t1")
s2, _ = b.Subscribe("t2")