Vyacheslav Zubov

Results 3 issues of Vyacheslav Zubov

Here is sending message for notify listeners: https://github.com/arangodb/go-driver/blob/master/vst/protocol/message.go#L58 Here are 2 reads from this channel: 1. https://github.com/arangodb/go-driver/blob/master/vst/connection.go#L169 2. https://github.com/arangodb/go-driver/blob/master/vst/authentication.go#L143 If readers doesn't read from channel, then write is locked and...

In example below order of ranks is depends on order of internal map(map of edges). But for same input i expect deterministic output. How do i reach this? ```go package...