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
WebSocket.ThreadJob
The WebSocket module produces a thread job, decorated with the type WebSocket.ThreadJob
A more specific type should be given to servers and clients:
WebSocket.Client.ThreadJob
WebSocket.Server.ThreadJob
Additionally, some functionality should be shared across both job types
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The WebSocket module produces a thread job, decorated with the type
WebSocket.ThreadJob
A more specific type should be given to servers and clients:
WebSocket.Client.ThreadJob
pseudotype #92WebSocket.Server.ThreadJob
pseudotype #93Additionally, some functionality should be shared across both job types
WebSocket.ThreadJob
formatting #91The text was updated successfully, but these errors were encountered: