json-rpc
Here are 444 public repositories matching this topic...
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Dec 2, 2020 - Pascal
-
Updated
Aug 13, 2020 - C++
-
Updated
Dec 2, 2020 - JavaScript
If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。
func (s *Server) newSession(session getty.Session) error {
var (
ok bool
tcpConn *net.TCPConn
)
// 省略部分代码...
session.SetTaskPool(srvGrpool)
return nil
}
ortherwise,handleTcpPackage() will blocked,led to the response missing
func (s *session
-
Updated
Feb 27, 2020 - Swift
When adding multiple rpc target classes, if multiple targets contain the same\similar method, the method in first target added is used (as documented). But I miss an option to disallow duplicates, as this is (in my case) always an error. Alternatives:
-Preferably a setting on JsonRpc itself that produce error when AddLocalRpcTarget is called
-A setting on JsonRpc itself that produce error during
-
Updated
Oct 30, 2020 - TypeScript
Desc
-
Updated
Nov 30, 2020 - Java
-
Updated
Dec 1, 2020 - C++
-
Updated
Aug 23, 2020 - PHP
-
Updated
Nov 29, 2020 - Elixir
-
Updated
Oct 15, 2020 - Go
-
Updated
Nov 29, 2020 - JavaScript
- add a parameter
update_interval
to init method of classinterface.Interface
. This value is used to change thesleep
value:self.sleep = update_interval / self.frames
- Example with 1 second interval (default): sleep = 1 / 200 = 0.005
- Example with 2 seconds interval: sleep = 2 / 200 = 0.01
- add an option to the
top
subparser of the main CLI parser (incli.get_parser
fu
-
Updated
Nov 30, 2020 - Java
The peer connection SettingEngine supports a bunch of parameters that we should allow to be easily configured in the sfu configuration. You can find all the parameters here: https://github.com/pion/webrtc/blob/master/settingengine.go#L18
-
Updated
Nov 12, 2020 - Python
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Python
Improve this page
Add a description, image, and links to the json-rpc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the json-rpc topic, visit your repo's landing page and select "manage topics."
我需要

可我在hyperf中不知道该如何使用write