chrislu
|
21b6b07dd8
|
renaming
|
3 years ago |
chrislu
|
5536ed85e5
|
renaming
|
3 years ago |
chrislu
|
9f9ef1340c
|
use streaming mode for long poll grpc calls
streaming mode would create separate grpc connections for each call.
this is to ensure the long poll connections are properly closed.
|
3 years ago |
chrislu
|
b70cb3e0b2
|
upgrade protoc to 3.17.3
$brew install protobuf
$ protoc --version
libprotoc 3.17.3
$ go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|
3 years ago |
Chris Lu
|
5ea86ef1da
|
Revert "master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()"
This reverts commit af71ae11aa .
|
3 years ago |
Chris Lu
|
af71ae11aa
|
master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()
|
3 years ago |
Chris Lu
|
e5fc35ed0c
|
change server address from string to a type
|
3 years ago |
Chris Lu
|
daf0a449f7
|
properly cancel context for streaming grpc
|
4 years ago |
Chris Lu
|
2f243f5b0b
|
refactor
|
5 years ago |
Chris Lu
|
dfccc3c263
|
able to read chan and write chan
|
5 years ago |
Chris Lu
|
1e3e4b3072
|
add broker connects to filer
|
5 years ago |
Chris Lu
|
d278b4c228
|
basic pub and sub works!
|
5 years ago |
Chris Lu
|
076c8bd3bc
|
filer master start up with default ip address instead of just localhost
|
5 years ago |
Chris Lu
|
11f5a6d913
|
messaging can compile now
|
5 years ago |
Chris Lu
|
2e2537a9ea
|
rename files
|
5 years ago |
Chris Lu
|
2a45897237
|
broker: read cipher value from filer
|
5 years ago |
Chris Lu
|
f5a748d33c
|
refactoring
|
5 years ago |
Chris Lu
|
f90c43635d
|
refactoring
|
5 years ago |