Skip to content
Snippets Groups Projects
Commit bcac57af authored by benjamin's avatar benjamin
Browse files

fixed the API

parent 5d5698a5
No related branches found
No related tags found
2 merge requests!510Release,!431made lower paralell regs unique to js and hacked increase in num registrations...
......@@ -191,8 +191,9 @@ type Client interface {
AddService(clientID *id.ID, newService message.Service,
response message.Processor)
// ChangeParallelNodeRegistration .
ChangeParallelNodeRegistration(num int) func() (stoppable.Stoppable, error)
// IncreaseParallelNodeRegistration increases the number of parallel node
// registrations by num
IncreaseParallelNodeRegistration(num int) func() (stoppable.Stoppable, error)
// DeleteService deletes a message service. If only a single response is
// associated with the preimage, the entire preimage is removed. If there is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment