-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
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
help! multithreaded server #20
Comments
`fn handle_query(socket: &UdpSocket, buffer: &mut BytePacketBuffer) -> Result<()> {
} impl UdpServer {
} fn main() {
}` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to turn your server to a multithreaded one and I receive this error
An error occurred: Either the application has not called WSAStartup, or WSAStartup failed. (os error 10093) handle An error occurred: Either the application has not called WSAStartup, or WSAStartup failed.
I know this is not an issue with your code, help would be much appreciated
The text was updated successfully, but these errors were encountered: