Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: njones/socketio

Tags

v0.1.4

Toggle v0.1.4's commit message
Fixes around the WithPath option and encoding the socketID value

v0.1.3

Toggle v0.1.3's commit message
has the proper socketio connect protocol

v0.1.2

Toggle v0.1.2's commit message
Works with SocketIO v2 and v3 polling and websocket transports

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update functional options (#42)

Refactor most functional options to use the same underlining interface
which will help with inter-op and passing them along. For instance, now
a transport functional option can be passed in during the SocketIO
server setup. Also, simplified the execution path for applying options
previously it was a O(n^n) application process of options. This has been
simplified to O(n*m), and gives a much more logical execution path of
when an option will be applied.

v0.1.0

Toggle v0.1.0's commit message
passes all tests in js test-suite

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor and add tests (#26)

All tests are updated to look similar and follow the same `t.Run`
sub-test format. Also this commit expands the test coverage for
Callable and Serializable through examples.

v0.0.3

Toggle v0.0.3's commit message
Move the callback types to a package

v0.0.2

Toggle v0.0.2's commit message
move the serialize functions/variables

v0.0.1

Toggle v0.0.1's commit message
Combine to a single library

v0.0.0

Toggle v0.0.0's commit message
Initial tag