You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now extensibility is extremely basic, basically only providing the same features as would be provided by the CLI options.
It may be a good idea to add extensibility of the websocket event handling to the core. This way it would be possible to use wurl as a library to implement handling WS extensions like socket.io.
Right now extensibility is extremely basic, basically only providing the same features as would be provided by the CLI options.
It may be a good idea to add extensibility of the websocket event handling to the core. This way it would be possible to use
wurl
as a library to implement handling WS extensions like socket.io.See https://ws-rs.org/docs for the available events.
Some psuedo code:
The text was updated successfully, but these errors were encountered: