laminar icon indicating copy to clipboard operation
laminar copied to clipboard

get_packet_sender() leaks crossbeam API

Open bestouff opened this issue 5 years ago • 2 comments

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.

bestouff avatar Jan 07 '20 22:01 bestouff

Import crossbeam 0.4.4

dank avatar Dec 12 '20 23:12 dank

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.

rope-hmg avatar Oct 28 '21 18:10 rope-hmg