2
0
Commit Graph

96 Commits

Author SHA1 Message Date
Stephan Knauer 1e95e4be4b Add Shutdown method to gracefully close websocket 2021-12-11 09:44:22 +01:00
Lucas Löffel 37f9e465df update 2021-03-17 10:40:21 +01:00
Lucas Löffel 5490eea52e Merge pull request #35 from recws-org/feature/loeffel-io/update
update
2021-03-16 09:37:58 +01:00
Lucas Löffel 7a97e0766b add ls-lint 2021-03-16 09:35:44 +01:00
Lucas Löffel 6380b1a5f1 added sponsor 2021-03-16 09:33:38 +01:00
Lucas Löffel f1d88ba122 update 2021-03-16 09:31:17 +01:00
Lucas Löffel 35bfdf77c0 Revert "Merge pull request #28 from p4u/master"
This reverts commit 33a2857c2d, reversing
changes made to c08788cb06.
2021-03-16 09:26:11 +01:00
Lucas Löffel 53a3412fad Revert "Update recws.go"
This reverts commit dca1dfa2df.
2021-03-16 09:26:04 +01:00
Lucas Löffel dca1dfa2df Update recws.go 2020-10-19 18:08:20 +02:00
Lucas Löffel 33a2857c2d Merge pull request #28 from p4u/master
add a close channel in order to finish the dial loop
2020-10-19 18:07:08 +02:00
p4u 1726c45cbf add a close channel in order to finish the dial loop
before, connect() would keep iterating fater connection close

Signed-off-by: p4u <pau@dabax.net>
2020-10-05 10:36:44 +02:00
Lucas Löffel c08788cb06 logo bigger 2020-02-14 19:56:22 +01:00
Lucas Löffel b9622958ff add logo 2020-02-14 19:55:28 +01:00
Lucas Löffel 6f96cf252b recws logo 2020-02-14 19:54:40 +01:00
Lucas Löffel 59ca0c9170 test 2020-02-14 19:54:18 +01:00
Lucas Löffel 6848bc43d3 logo 2020-02-14 19:52:32 +01:00
Lucas Löffel e3821251e2 add logo 2020-02-14 19:51:00 +01:00
Lucas Löffel 8192b049c2 add logo 2020-02-14 19:48:17 +01:00
Lucas Löffel e4fb8eb83d add more go versions 2020-02-14 09:06:59 +01:00
Lucas Löffel f3a30d59d2 test example 2020-02-14 09:06:23 +01:00
Lucas Löffel 7360b79e90 add travis badge 2020-02-14 08:59:49 +01:00
Lucas Löffel 03163ee3a3 Merge pull request #23 from kevin96666/issue-22
SubscribeHandler not working with NonVerbose mode
2020-02-14 08:58:08 +01:00
kevin96666 32d6375137 (fix) remove extra space + change log.Fatalf behavior vs test on SubscribeHandler 2020-02-13 20:22:48 +01:00
Lucas Löffel 50244cb01a remove drone, update linter 2020-02-13 14:29:12 +01:00
Lucas Löffel d143e827fd add travis 2020-02-13 14:23:38 +01:00
Lucas Löffel 4f4471bc5d add drone and go version 2020-02-13 14:17:42 +01:00
kevin96666 2760c722c4 SubscribeHandler not working with NonVerbose mode 2020-02-13 12:24:24 +01:00
Lucas Löffel d84791c16d Merge pull request #21 from recws-org/feature/loeffel-io/update-gorilla
updates gorilla websocket to 1.4.1
2020-01-27 15:04:06 +01:00
Lucas Löffel e7c88b6491 updates gorilla websocket to 1.4.1 2020-01-27 14:59:31 +01:00
Lucas Löffel af86ab8b40 Merge pull request #10 from theromis/master
ability to disable certificate check
2020-01-27 14:56:24 +01:00
Lucas Löffel f265949053 Merge pull request #18 from uskudnik/expose-close-and-reconnect
Expose CloseAndReconnect method
2020-01-27 14:55:47 +01:00
Roman Vasilyev 8f5f157d7b more descriptive comment 2019-11-28 10:18:45 -08:00
Urban Skudnik f80bd302db Expose CloseAndReconnect method
The method seems to have been accidentally not exposed since
the comment is uppercase but the function name is lowercase
and all the other methods seems to match their comment and
function name casing.

Even if not, this can be useful to the users - a server might send
some kind of a `reconnect` order that dictates the client to
terminate the connection and reconnect.
2019-10-24 20:54:41 +02:00
Lucas Löffel 28f1b9c2e9 update path 2019-09-06 17:54:27 +02:00
Lucas Löffel 5d490f5f00 Update go.mod 2019-09-06 17:49:49 +02:00
Roman Vasilyev 0a0756e609 ability to disable certificate check 2019-08-02 09:34:17 -07:00
Lucas Löffel eeb449f3f7 Merge pull request #15 from recws-org/feature/loeffel-io/update-install-url
fix install url
2019-07-30 18:21:02 +02:00
Lucas Löffel 3740ad72a6 fix install url 2019-07-30 18:20:13 +02:00
Marius Dobre 79dd2860de Merge pull request #14 from mariuspass/feature/update-readme
Feature/update readme
2019-06-07 21:06:19 +03:00
Marius Dobre 6ace53c98b Merge pull request #13 from mariuspass/feature/travis-linter
add linter
2019-06-07 21:06:05 +03:00
Lucas Löffel ccaeedddf5 add KeepAliveTimeout 2019-06-07 17:37:55 +02:00
Lucas Löffel 1084f604db update readme 2019-06-07 17:18:15 +02:00
Lucas Löffel 7f509281a8 add linter 2019-06-07 16:40:12 +02:00
Marius Dobre f08ee37522 Merge pull request #12 from timmersuk/master
Add Proxy support
2019-06-05 15:42:30 +03:00
Tim Darby 067a7e5759 Inability to type 2019-05-24 18:14:00 +01:00
Tim Darby 91a58e721d Fix back example to correct package path for recws 2019-05-24 18:13:15 +01:00
Tim Darby 46c8e11f64 Add support for configuring Proxy for recws, and a go.mod mod definition file 2019-05-24 17:56:31 +01:00
Marius Dobre 3a47c98d71 Merge pull request #11 from loeffel-io/bug/invalid-memory-address-write-control-ping-message
Bug/invalid memory address write control ping message
2019-04-22 18:18:45 +03:00
Lucas Löffel 935b7535be fixed 2019-04-22 14:15:02 +02:00
Marius Dobre f78d360a13 Merge pull request #9 from theromis/master
ability to set Header
2019-02-28 08:54:10 +02:00