Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Upgrade to support Fiber V2 #6

Closed
antoniodipinto opened this issue Oct 29, 2020 · 0 comments
Closed

Upgrade to support Fiber V2 #6

antoniodipinto opened this issue Oct 29, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@antoniodipinto
Copy link
Owner

Hello,

Since Fiber is improving and upgrading his project I've taken this opportunity to update also ikisocket.

This project was built as a solution to solve my problem with standard WebSockets management provided by Fiber, so I decided to create a more "extended" way of working with this kind of connection. More details here, in a post written months ago.

Upgrading this wrapper I had the opportunity to refactor and fix bugs (thank you @sebastianbuechler) trying to provide the same quality experience that Fiber provides.

That said, that's there is the changelog:

  • All the events are now totally supported by ikisocket.On function.
  • In-Callback events (OnMessage, OnConnect, OnDisconnect) are now deprecated and will be removed later.
  • There is no versioning support, this means that I will try to support only the currently active version alongside Fiber
  • Added Params(), Query(), Cookies() wrapped function, easily accessible from kws.Params(), kws.Query() and kws.Cookies()

Please, if you see any bug or especially if you have a suggestion, open an issue and I will try to reply to you ASAP!

Thank you!

@antoniodipinto antoniodipinto added the documentation Improvements or additions to documentation label Oct 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant