diff --git a/stream.go b/stream.go index 5970877..fa85350 100644 --- a/stream.go +++ b/stream.go @@ -66,7 +66,7 @@ func SubscribeWith(lastEventId string, client *http.Client, request *http.Reques c: client, req: request, lastEventId: lastEventId, - retry: time.Millisecond * 3000, + retry: 3000 * time.Millisecond, Events: make(chan Event), Errors: make(chan error), }