QueenOfSquiggles / bevy_steamworks

A Bevy plugin for integrating with the Steamworks SDK
Apache License 2.0
2 stars 2 forks source link

Troubles with reliable messaging #5

Open Sigma-dev opened 1 month ago

Sigma-dev commented 1 month ago

I have been struggling for a while (weeks now) to get messages from one client to another in p2p. At the point I am now, when a user tries to accept a message session, the initiating user receives a failed session error (code 1001). I have tried many things without success.

If anyone has any experience in getting network messages to work I'd be greatful if I could learn how, otherwise I have made a minimal reproduction example that you can try. https://github.com/Sigma-dev/min_reprod

This isn't a pressing matter so don't feel obligated to do anything, this is just a shot in the dark.