You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like all broadcasts so far comprise of wrapping a specified byte slice into an envelope and sending it over the channel *Melody.hub.broadcast.
For performance reasons, I'm looking to minimize the number of allocations by using sync.Pool and need to know when a broadcast has been done synchronously.
Would you be open to a PR for this?
The text was updated successfully, but these errors were encountered:
It looks like all broadcasts so far comprise of wrapping a specified byte slice into an
envelope
and sending it over the channel*Melody.hub.broadcast
.For performance reasons, I'm looking to minimize the number of allocations by using
sync.Pool
and need to know when a broadcast has been done synchronously.Would you be open to a PR for this?
The text was updated successfully, but these errors were encountered: