issues
search
hprose
/
hprose-golang
Hprose is a cross-language RPC. This project is Hprose for Golang.
MIT License
1.26k
stars
205
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
1.0 2.0 3.0有啥区别?
#115
sunny086
opened
1 year ago
0
构建长连接反向调用
#114
liang872
opened
1 year ago
1
Is there any plans to describe docs in readme?
#113
alexeyco
opened
1 year ago
1
proto gen hprose
#112
czyt
opened
2 years ago
3
3.0 文档什么时候出?
#111
chenxi2015
opened
2 years ago
3
proxy.go method方法直接panic 导致错误
#110
chenxi2015
closed
2 years ago
4
v3.0的使用文档有吗?
#109
chenxi2015
closed
2 years ago
0
v3 当客户端接口没有定义 error 返回值时,错误会被忽略
#108
andot
closed
2 years ago
0
修复tcp建立连接时超时设置无效的问题
#107
ssfyn
closed
2 years ago
1
fix issue #105
#106
czyt
closed
2 years ago
2
constant 2147483648 overflows int
#105
czyt
closed
2 years ago
0
请问有什么办法捕获客户端连接服务的超时事件吗
#104
liupan-hi
closed
2 years ago
2
编译为windows 32位的问题(GOARCH=386)
#103
czyt
closed
3 years ago
0
golang 服务端发布只能发布struct方法么,对于接口类型的发布是否支持呢
#102
czyt
closed
3 years ago
2
Golang服务端发布实例方法,dotnet客户端调用的问题
#101
czyt
closed
3 years ago
2
Decoder 数据类型时异常
#100
uouuou
closed
3 years ago
2
如何优雅Mock server?
#99
adamllv
closed
3 years ago
6
如何支持可变的方法返回值?
#98
adamllv
closed
3 years ago
4
默认使用"hprose"作为tag名,在结构体中修改字段名
#97
ssfyn
closed
3 years ago
3
tcp服务是单线程没有开协程吗,不能并行处理多个请求?
#96
dongbufan
closed
3 years ago
5
如何实现 服务端 AddFactoryMethods
#95
tky753
closed
4 years ago
2
想问下关于数据绑定的问题
#94
longdahai
closed
4 years ago
2
在golang做server,用js调用遇到跨域问题怎么解决?
#93
shioyim
closed
5 years ago
7
服务端内网调用,用哪种协议(如http,tcp)能够对高并发支持得最好?
#92
xiaoyongcd
closed
2 years ago
2
修复异常包引起的slice分配过大造成的内存泄露
#91
lanfengye2008
closed
2 years ago
4
rpc.recvData异常请求时分配slice过大会造成内存泄露
#90
lanfengye2008
closed
2 years ago
1
文档404
#89
ideamean
closed
5 years ago
1
3.0版本的golang版大概什么时候出?
#88
ideamean
closed
5 years ago
3
有没有一个websocket 例子
#87
xs23933
closed
2 years ago
6
公共参数的传递
#86
ideamean
closed
5 years ago
2
如何在invokeHandler中获取 service 名称?
#85
ideamean
closed
5 years ago
4
获取客户端ip
#84
ideamean
closed
5 years ago
1
client.Subscribe 触发server OnSubscribe事件的时间要比client.Subscribe之后的远程调用晚。
#83
OliverZou
closed
2 years ago
6
客户端调用client.Unsubscribe并不会触发服务器端OnUnsubscribe,设计使然?
#82
OliverZou
closed
2 years ago
3
在Ws server端 重复 发布Publish 订阅通道会造成已订阅的客户端断开
#81
alonexy
closed
2 years ago
2
hprose客户端是线程安全的吗
#80
caoym
closed
6 years ago
1
传入多个tcp地址建立客户端,请求的时候没有负载均衡
#79
zhuxiujia
closed
2 years ago
4
如果客户端在第一次推送请求没有超时之前发起第二次请求会导致无法接收到结果
#77
wuhelong
closed
2 years ago
13
我想用api来传输文件数据,采用[]byte 作为返回参数可以吗?
#76
vvhh2002
closed
6 years ago
3
MissingMethod bug
#75
vlorc
closed
6 years ago
1
hprose golang2.0,http监听默认是tcp6
#74
waterloopwm
closed
2 years ago
1
byte_writer example won't build
#73
andy-js
closed
6 years ago
1
Too many open files
#72
fromiuan
closed
6 years ago
2
sync.Pool will clean up every GC
#71
linkerlin
closed
2 years ago
2
当远程调用函数的参数类型为interface{},客户端传入uint8或者uint32, 在远端通过reflect.TypeOf()得到的类型都是int,有什么方式使得远端得到的类型是uint8或是uint32么?
#70
savensjtu
closed
6 years ago
2
当远程调用函数的参数类型为interface{},客户端传入uint8或都uint32, 在远端通过reflect.TypeOf()得到的类型都是int,有什么方式使得远端得到的类型是uint8或是uint32么?
#69
savensjtu
closed
6 years ago
0
将创建连接放到调用方法之前?
#68
joesonw
closed
6 years ago
1
how do you pass the client's IP into the method of publishing?
#67
fromiuan
closed
6 years ago
4
golang服务端怎样返回list数据给PHP客户端使用,php怎么使用?
#66
tomener
closed
2 years ago
1
where is baseclient id
#65
mohamadpk
closed
6 years ago
1
Next