Conversation
|
Hey, thanks for the PR! Can you take a look at the action error? |
Yes ISteamNetworking is deprecated: I'm new to Rust, could you please help me with this error? I don't understand what's wrong. |
|
@ceifa Any updates on this? |
I would like to test other implementations of this feature before approving this. A callback for messages would be useful, for example. |
|
The base steamworks rust implementation doesn't provide callbacks for messages, wouldn't this be up to the user to determine how frequently they want to poll for messages? https://partner.steamgames.com/doc/api/ISteamNetworkingSockets#functions_poll_groups You could get super low level and implement poll groups but that doesn't even exist in steamworks-rs. https://github.com/Noxime/steamworks-rs/blob/master/src/networking_sockets.rs IMO it would be better to have at least a rudimentary implementation of the new methods that is in-line with Steam's docs rather than pushing people to use deprecated methods |
No description provided.