Commit 13f41b2a authored by Jeromy's avatar Jeromy

gxify

parent c752aa3c
Pipeline #678 failed with stages
in 0 seconds
0.0.0: QmSLbJgmwYvjQuMpfW6kUt5KsJeEkjLwXTkRM5DkqR14if
......@@ -3,10 +3,9 @@ package multiplex
import (
"fmt"
"io"
"math/rand"
"net"
"testing"
rand "github.com/dustin/randbo"
)
func TestBasicStreams(t *testing.T) {
......@@ -62,7 +61,7 @@ func TestEcho(t *testing.T) {
mpb := NewMultiplex(b, true)
mes := make([]byte, 40960)
rand.New().Read(mes)
rand.Read(mes)
go func() {
s, err := mpb.Accept()
if err != nil {
......
{
"author": "whyrusleeping",
"bugs": {
"url": "https://github.com/whyrusleeping/go-multiplex"
},
"gx": {
"dvcsimport": "github.com/whyrusleeping/go-multiplex"
},
"gxVersion": "0.7.0",
"language": "go",
"license": "",
"name": "go-multiplex",
"version": "0.0.0"
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment