Skip to content

issues Search Results · repo:dedis/onet language:Go

Filter by

223 results
 (58 ms)

223 results

indedis/onet (press backspace or delete to remove)

The current SendToChildrenInParallel is synchronous: it waits for each children to receive the message OR to return an error. Unfortunately some connections only return an error after a timeout. For the ...
enhancement
  • ineiti
  • 10
  • Opened 
    on Dec 15, 2021
  • #682

I was trying to update to the new version of go1.17 (the one I was using was already pretty old v1.14), but I got this error. The same happens for go1.15 or go1.16. You think there is a chance you could ...
  • JoaoAndreSa
  • 2
  • Opened 
    on Sep 27, 2021
  • #680

The current RegisterStreamingHandlers is not ideal when it comes to implement a streaming service: - every new client message calls the endpoint again - the endpoint cannot return an error once the ...
  • ineiti
  • 3
  • Opened 
    on Mar 23, 2021
  • #675

While reviewing #665 I saw the following: https://github.com/dedis/onet/blame/master/simul/platform/MININET.md#L24 Unfortunately we still have the restriction that _all servers need to be on the same ...
  • ineiti
  • 2
  • Opened 
    on Jan 4, 2021
  • #671

I m refactoring the streaming capabilities of onet. Now, I m having issues understanding what is the need for a bidirectional stream. Which real use case cannot be solved by opening a new stream for each ...
question
  • tharvik
  • 3
  • Opened 
    on Dec 22, 2020
  • #670

When a streaming handler returns a non-nil error, it is logged but the client is not informed of the call s failure. s.RegisterStreamingHandler(func(*struct{}) (chan *struct{}, chan bool, error) { return ...
bug
help wanted
  • tharvik
  • Opened 
    on Dec 14, 2020
  • #669

When register a handler with an unscoped (ie, not existing at the root of a package, such as struct{} used directly), it fails with the following. RegisterHandler(func (struct{}) (struct{}, error)) panic: ...
bug
help wanted
  • tharvik
  • Opened 
    on Dec 14, 2020
  • #667

After merging of #659 , it turns out that satori/go.uuid is broken and doesn t work as intended with a go-module. As at least one other fork of it, gofrs/uuid, removed go.mod support, I propose go.uuid ...
bug
  • ineiti
  • 5
  • Opened 
    on Sep 1, 2020
  • #660

When creating a public.toml, sign every public key with itself, so that we can prove that the node knows the corresponding private key. @jeffallen @lefkok - is this enough to avoid an attack where somebody ...
  • ineiti
  • Opened 
    on Aug 24, 2020
  • #658

The fix for go 1.15 with regard to TLS, #655, made the test-network crash. Some more information can be found in #656, which is, however, not capable of reproducing the error in a way that we can try to ...
bug
  • ineiti
  • Opened 
    on Aug 21, 2020
  • #657
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub