Defoo Li
Defoo Li
https://github.com/armon/go-socks5/blob/master/request.go#L248 It seems the answer is not support UDP.
Hope for the built-in support.
There is `Remove` function to cancel job: https://github.com/robfig/cron/blob/master/cron.go#L204
We can use the plugin like `https://github.com/srikrsna/protoc-gen-gotag` to make custom tag, but the plugin must run after the `protoc-gen-go`. I suggest that `protoc-gen-go` support the sub-plugin, for example: ``` protoc...
> 意思是网关可以使用http中的header, 分发请求到不同的set ? 是的,另外框架要实现转到另一个set之后,如果再调用的服务在本set没有部署,可以调用原来set对应的服务。
> 意思是网关可以使用http中的header, 分发请求到不同的set ? 这里方案应该要改一下,增加子set概念,分发请求到不同的子set
Draft2: Support low level push API like this: https://github.com/TarsCloud/TarsCpp/tree/master/examples/PushDemo ## client: ``` package main import ( "fmt" "time" "github.com/TarsCloud/TarsGo/tars" "github.com/TarsCloud/TarsGo/tars/protocol/push" ) func callback(data []byte) { fmt.Println("recv message:", string(data)) } func...
I forked a project to compatible with jsonpb: [https://github.com/defool/go-json](https://github.com/defool/go-json). But I think I still need a better solution.