We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Ktor 2, it is no longer useful to use Krossbow as a wrapper to interact with web sockets. We can simply use Ktor's webSocketSession directly.
webSocketSession
The text was updated successfully, but these errors were encountered:
Remove Krossbow and use Ktor directly
75433a6
Resolves: #190
27b90b7
6d91582
6a967a9
3559959
74d23df
8fd9211
No branches or pull requests
With Ktor 2, it is no longer useful to use Krossbow as a wrapper to interact with web sockets.
We can simply use Ktor's
webSocketSession
directly.The text was updated successfully, but these errors were encountered: