socketio

🚰 RxJS operators for working with Socket.io (v4 or lower) servers

MIT License

Downloads
3
Stars
1
Committers
3

Bot releases are hidden (Show)

socketio - v4.2.2

Published by bfla 10 months ago

4.2.2 (2023-12-31)

Bug Fixes

  • adjustments to package.json (0ae068b)
socketio - v4.2.1

Published by bfla 10 months ago

4.2.1 (2023-12-31)

Bug Fixes

  • cd: updates to CD configuration (6795a8b)
  • first publish to npm (94d6d7d)
  • updates to CD workflows (d94657d)
  • updates to package.json config for npm publication (4ac6acb)
  • updates to publish repo and push to public npm package registry (322bd54)
socketio - v4.1.0

Published by bfla over 2 years ago

  • feat: conduit API now exposes errors
socketio - v4.0.1

Published by bfla almost 3 years ago

fix: resolved issue where initial messages did not always send properly

socketio - v4.0.0

Published by bfla almost 3 years ago

  • feat: conduit operator now delays initial messages until connection is established
  • fix: restored binary messages to earlier format that worked better
socketio - v3.2.0

Published by bfla almost 3 years ago

fix: removed deprecated .binary method call

socketio - v3.1.0

Published by bfla almost 3 years ago

fix: removed deprecated binary method

socketio - v3.0.0

Published by bfla almost 3 years ago

feat: upgraded to socket.io v4

socketio - v2.0.0

Published by bfla almost 3 years ago

fix: now connects to servers using socket.io v2

socketio - v1.0.0

Published by bfla almost 3 years ago

feat: first working version