MCPcopy
hub / github.com/tinode/chat / MessageLoop

Method MessageLoop

pbx/model_grpc.pb.go:26–26  ·  view source on GitHub ↗

Client sends a stream of ClientMsg, server responds with a stream of ServerMsg

(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

24type NodeClient interface {
25 // Client sends a stream of ClientMsg, server responds with a stream of ServerMsg
26 MessageLoop(ctx context.Context, opts ...grpc.CallOption) (Node_MessageLoopClient, error)
27 // Large file upload: a request with a stream of chunks.
28 LargeFileReceive(ctx context.Context, opts ...grpc.CallOption) (Node_LargeFileReceiveClient, error)
29 // Large file file download: a response with a stream of chunks.

Callers 3

runFunction · 0.65
init_clientFunction · 0.65

Implementers 5

NodeServicerpy_grpc/tinode_grpc/model_pb2_grpc.py
Nodepy_grpc/tinode_grpc/model_pb2_grpc.py
grpcNodeServerserver/hdl_grpc.go
nodeClientpbx/model_grpc.pb.go
UnimplementedNodeServerpbx/model_grpc.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected