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
WebSocket.ThreadJob.Pop()
WebSocket.ThreadJob.Clear()
WebSocket.ThreadJob.Receive()
The text was updated successfully, but these errors were encountered:
feat: Adding WebSocket.types.ps1xml to manifest ( Fixes #90 )
7d22a40
bc82912
997f5a6
3ffca35
950ae7f
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 #91WebSocket.ThreadJob.Pop()
should pop the first output from a job #98WebSocket.ThreadJob.Clear()
should clear output #99WebSocket.ThreadJob.Receive()
should receive job output #100The text was updated successfully, but these errors were encountered: