-
Notifications
You must be signed in to change notification settings - Fork 67
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
Steam Networking Sockets - Basic Implementation #138
base: master
Are you sure you want to change the base?
Conversation
java-wrapper/src/main/java/com/codedisaster/steamworks/SteamNetworkingMessage.java
Outdated
Show resolved
Hide resolved
@tylerhasman there is a typo in this function:
Should be: Otherwise this works but I'm a bit concerned about performance and memory seeing that creation of Also, sendMessageToConnection could come with a way to have an offset for its buffer, like sendP2PPacket does. Anyway, thanks a lot for your work! |
Oh shoot that would explain why poll groups weren't working. Thank you I will update this. |
No description provided.