Sandertv / mcwss

A websocket server for Minecraft Bedrock Edition
https://godoc.org/github.com/Sandertv/mcwss
MIT License
116 stars 25 forks source link

Stop filtering duplicate messages #2

Closed Tsubashi closed 4 years ago

Tsubashi commented 4 years ago

Previous versions of BDS would send an event both when a player sent a message, and when that message was received, causing duplicate events for the same message. This no longer appears to be the case (v1.12.1) See #1.

Sandertv commented 4 years ago

Looks good this way, thanks for the PR!