-
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
Support ISteamNetworkingSockets #79
Comments
@code-disaster I don't get it. There is no SteamNetworkingSockets in steam_api.h (SDK1.44) o.O |
I got it. Just had to read the Steam API doc carefully.... I have to use the global assessor. |
I am also interested in the The existing |
Going to implement steam networking and find that ISteamNetworking is deprecated / replacements aren't implemented in steamworks4j. Would be nice if ISteamNetworkingSockets, ISteamNetworkingMessages etc was implemented :) |
Same, it would be great to see ISteamNetworkingMessages implemented! |
Bumping this because I need this feature! Edit: Ok, I've been implementing themselves in my own fork. Will create a PR soon. |
Created a pull request with very basic features for steam networking sockets: #138 Supports P2P sockets and poll groups. |
Hello there. Valve just opened ISteamNetworkingSockets API.
Would be nice, if steamworks4j implements it.
The text was updated successfully, but these errors were encountered: