updates for freebsd

This commit is contained in:
redanthrax 2022-07-05 09:59:13 -07:00
parent be0ea6b544
commit c27763aed3
10 changed files with 298 additions and 66 deletions

View file

@ -6,6 +6,7 @@ import (
//uncomment to test rpc, comment to add back before commit, this test will always timeout
func TestRunRPC(t *testing.T) {
//a := New(lg, version)
//a.RunRPC()
a := New(lg, version)
t.Log(a.NatsServer)
a.RunRPC()
}