Use rpcxlite

This commit is contained in:
2022-04-30 03:25:27 -07:00
parent 625805fe96
commit 240e7a5ee4
5 changed files with 48 additions and 575 deletions

View File

@@ -3,8 +3,8 @@ package api
import (
"context"
"github.com/smallnest/rpcx/client"
"github.com/smallnest/rpcx/protocol"
"github.com/smallnest/rpcxlite/client"
"github.com/smallnest/rpcxlite/protocol"
"github.com/vmihailenco/msgpack/v5"
"go.arsenm.dev/infinitime"
)