Damien Arrachequesne
|
5b5b91cb01
|
test: fix random test failures
|
2021-04-26 09:12:55 +02:00 |
|
Damien Arrachequesne
|
615942b828
|
docs: update compatibility table with Socket.IO v4
There is no breaking change at the protocol level.
Reference: https://socket.io/blog/socket-io-4-release/
|
2021-03-19 14:55:42 +01:00 |
|
Damien Arrachequesne
|
275cd1b7ee
|
docs: add EVENT_CONNECT_TIMEOUT in the migration guide
|
2020-12-21 10:37:49 +01:00 |
|
Damien Arrachequesne
|
651404136f
|
docs: add additional details
Adapted from:
- https://socket.io/docs/v3/client-initialization/
- https://socket.io/docs/v3/client-socket-instance/
|
2020-12-21 10:08:02 +01:00 |
|
Damien Arrachequesne
|
90d0d4e031
|
chore: add issue templates
|
2020-12-17 16:01:50 +01:00 |
|
Damien Arrachequesne
|
aeecf9ecac
|
docs: add "emitting and listening to events" pages
Imported from the javascript documentation:
- https://socket.io/docs/v3/emitting-events/
- https://socket.io/docs/v3/listening-to-events/
|
2020-12-16 01:55:30 +01:00 |
|
Damien Arrachequesne
|
dee6bb97b3
|
docs: remove notice of incompatibility with v3
|
2020-12-16 00:39:39 +01:00 |
|
Damien Arrachequesne
|
6a2e0f493d
|
docs: init migration guide
|
2020-12-16 00:17:43 +01:00 |
|
Damien Arrachequesne
|
4627329ab0
|
chore(release): prepare for next development iteration
|
2020-12-15 09:28:12 +01:00 |
|
Damien Arrachequesne
|
75d7bb5918
|
chore(release): prepare release socket.io-client-2.0.0
|
2020-12-15 00:32:37 +01:00 |
|
Damien Arrachequesne
|
a857b9baa4
|
docs: update website
|
2020-12-15 00:26:37 +01:00 |
|
Lloyd Junbong Lee
|
49068d3cc5
|
feat: add options builder (#304)
|
2020-12-15 00:16:59 +01:00 |
|
Damien Arrachequesne
|
79cb27fc97
|
feat: add support for Socket.IO v3
Including:
- 969debe88c
- 6494f61be0
- 132f8ec918
- f8f60fc860
Reference: https://github.com/socketio/socket.io-protocol#difference-between-v5-and-v4
|
2020-12-15 00:05:22 +01:00 |
|
Damien Arrachequesne
|
48bf83f34c
|
chore(release): prepare for next development iteration
|
2020-12-10 16:02:02 +01:00 |
|
Damien Arrachequesne
|
89ef9d09ce
|
chore(release): prepare release socket.io-client-1.0.1
|
2020-12-10 16:01:09 +01:00 |
|
Damien Arrachequesne
|
9df7b759b0
|
chore: bump engine.io-client version
Diff: https://github.com/socketio/engine.io-client-java/compare/engine.io-client-1.0.0...engine.io-client-1.0.1
|
2020-12-10 15:43:05 +01:00 |
|
Damien Arrachequesne
|
7cb4dc9316
|
chore: bump Socket.IO server version
We'll migrate to v3 in a second time.
|
2020-12-10 15:43:05 +01:00 |
|
Damien Arrachequesne
|
b733f96e0e
|
test: fix test with ping-pong latency
Randomly receiving a latency of 0 ms would make the test fail.
|
2020-12-10 12:23:33 +01:00 |
|
Alireza Ghaffari
|
567372ecfa
|
fix: handle case where URI.getHost() returns null (#484)
It seems that URI.getHost() might return null on some Samsung devices.
Related: https://stackoverflow.com/questions/39645789/android-websocket-connection-failed-galaxy-s4
|
2020-12-10 12:20:06 +01:00 |
|
Ifedapo .A. Olarewaju
|
858907f9be
|
docs: add import hints to readme (#586)
|
2020-12-10 12:16:32 +01:00 |
|
Kushtrim Pacaj
|
54b73114d1
|
fix: don't process socket.connect() if we are already re-connecting (#577)
|
2020-12-10 11:47:20 +01:00 |
|
Damien Arrachequesne
|
91c0a85c0f
|
ci: migrate to GitHub Actions
Due to the recent changes to the Travis CI platform (see [1]), we will
now use GitHub Actions to run the tests.
Note: the certificate was updated because it failed with newer Node.js versions
```
_tls_common.js:129
c.context.setCert(cert);
^
Error: error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small
at Object.createSecureContext (_tls_common.js:129:17)
at Server.setSecureContext (_tls_wrap.js:1328:27)
```
Reference: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-java-with-maven
[1]: https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing
|
2020-12-10 11:20:23 +01:00 |
|
Imran Abdulmalik
|
0f3ad9bb45
|
docs: socket.io 3.x support notice (2) (#640)
|
2020-12-08 11:11:36 +01:00 |
|
yujiosaka
|
d7e807b7f9
|
docs: state socket.io 2.x support (#627)
|
2020-12-08 11:09:39 +01:00 |
|
twofingerrightclick
|
63eefa2bfd
|
docs: socket.io 3.x support notice (#639)
Inform users that socket.io 3.x is not supported yet.
|
2020-12-08 10:58:52 +01:00 |
|
Naoyuki Kanezawa
|
4bcbba4948
|
Merge pull request #540 from zhxnlai/patch-1
Fix broken link in README
|
2019-03-15 10:06:15 +09:00 |
|
Zhixuan Lai
|
52a0c3d09e
|
Fix broken link
|
2018-07-16 17:20:13 -07:00 |
|
nkzawa
|
964a66fc1c
|
remove warning
|
2017-07-14 15:46:09 +09:00 |
|
nkzawa
|
65daeb2369
|
[maven-release-plugin] prepare for next development iteration
|
2017-07-14 15:14:06 +09:00 |
|
nkzawa
|
45fd4fbdd8
|
[maven-release-plugin] prepare release socket.io-client-1.0.0
|
2017-07-14 15:13:55 +09:00 |
|
nkzawa
|
84830a463b
|
version
|
2017-07-14 15:03:16 +09:00 |
|
nkzawa
|
3c0808b6f9
|
prepare release
|
2017-07-14 14:54:54 +09:00 |
|
Naoyuki Kanezawa
|
05f6a2afd2
|
Merge pull request #439 from socketio/fix/compatible-v2
Make compatible with Socket.IO v2
|
2017-07-14 14:23:34 +09:00 |
|
nkzawa
|
eeadb50aa9
|
clean up imports
|
2017-07-14 14:22:44 +09:00 |
|
nkzawa
|
6e5fab39de
|
Merge branch 'master' into fix/compatible-v2
|
2017-07-14 14:20:39 +09:00 |
|
nkzawa
|
ad4449bfee
|
explicitly clear onDecoded callback
|
2017-07-14 14:11:27 +09:00 |
|
nkzawa
|
2ec4167eb8
|
add tests
|
2017-07-14 12:40:22 +09:00 |
|
nkzawa
|
3d98ed9fe9
|
simplify custom encoder/decoder
|
2017-07-14 11:50:25 +09:00 |
|
Naoyuki Kanezawa
|
9b5c684349
|
Merge pull request #423 from sergey-davydov/donotformateventdata
Add condition to log only if fine level is loggable
|
2017-07-14 11:25:20 +09:00 |
|
nkzawa
|
7279919ef9
|
enable to implement custom parser
|
2017-07-14 11:24:43 +09:00 |
|
Naoyuki Kanezawa
|
9d24cd00c7
|
Merge pull request #438 from shobhitpuri/patch-1
Updated README.md
|
2017-07-14 09:36:16 +09:00 |
|
Shobhit Puri
|
072b585973
|
Updated README.md
- Updated the library to latest version in the sample code.
- Fixed a typo in the sample method call for static methods.
|
2017-07-13 19:10:56 -04:00 |
|
nkzawa
|
06068654c3
|
improve Socket#emit
|
2017-07-14 00:09:44 +09:00 |
|
nkzawa
|
b1935ea6b3
|
run tests against socket.io 2.0.3
|
2017-07-13 23:00:21 +09:00 |
|
nkzawa
|
29b0f36542
|
update Parser
|
2017-07-13 22:59:50 +09:00 |
|
nkzawa
|
f6bb7678b6
|
fix generating Id
|
2017-07-13 21:54:33 +09:00 |
|
nkzawa
|
3f4890da14
|
use engine.io-client 1.0.0-SNAPSHOT
|
2017-07-13 21:54:08 +09:00 |
|
nkzawa
|
14c7877fa2
|
improve tests
|
2017-07-13 16:48:40 +09:00 |
|
nkzawa
|
d29b4fb4f7
|
update travis settings
|
2017-07-13 15:48:05 +09:00 |
|
nkzawa
|
111b9b566f
|
[maven-release-plugin] prepare for next development iteration
|
2017-07-12 02:55:12 +09:00 |
|