Skip to content

Releases: wirepair/gcd

Update chrome, add process lock

01 Sep 07:10
c20a995
Compare
Choose a tag to compare

Adds a lock around the process.

Updates to latest chrome

07 Aug 10:13
3c9aa84
Compare
Choose a tag to compare

Update to chrome version 84.0.4147.105

Fix wsconn loop for real

24 Jul 01:12
5d021bf
Compare
Choose a tag to compare
Merge pull request #38 from wirepair/investigate_wsconn_loop

Fix wsconn loop

Fixes not closing wsconn if io/timeout occurred

23 Jul 23:45
89a3ae0
Compare
Choose a tag to compare

This allows context.Canceled to not forcibly close the wsconn and cause the api to no longer be able to send messages to chrome.

Small fix

23 Jul 22:38
Compare
Choose a tag to compare

return ChromeCtxDoneErr if ctx.Done.

Fix for go modules

23 Jul 09:13
Compare
Choose a tag to compare

Moved v2 into the v2 directory because modules are dumb.

Switch gcdapi to using context.Context

23 Jul 07:43
3b8cfe9
Compare
Choose a tag to compare

To allow finer control over timing out/canceling gcdapi requests, a context object is now required to be passed to all API calls.

Set higher ws connection write size

05 Jul 06:55
6bb5f40
Compare
Choose a tag to compare

Fixes intercepting large messages or sending various large messages over devtools

Replace timer with After

05 Jul 03:30
2d398ab
Compare
Choose a tag to compare
Merge pull request #34 from wirepair/fix_timeouts

remove timers in favor of After

Fixed send timeout bug

02 Jul 10:37
b60922b
Compare
Choose a tag to compare

Fixed a bug in SendCustomReturn where it wasn't returning an error, causing a possible dead lock.
Bumped chrome protocol to 83.0.4103.116