TimonPost / laminar

A simple semi-reliable UDP protocol for multiplayer games
821 stars 66 forks source link

get_packet_sender() leaks crossbeam API #270

Open bestouff opened 4 years ago

bestouff commented 4 years ago

As crossbeam from laminar is not semver-compatible with latest-stable it's not possible to name it, so not possible to store it in a struct.

dank commented 3 years ago

Import crossbeam 0.4.4

rope-hmg commented 2 years ago

Adding crossbeam is a solution, but it means I have to make sure to keep the version in sync with laminar in case there are breaking changes in the crossbeam api.