-
Could you add a config flag to disable broadcast?
And/or please make the broadcast msg configurable, 2 lines is too much in any case.
-
```
If you try and set a broadcast when your not the mayor, it says you can't
and doesn't do the broadcast, as it should, however, it still prints the
command the player typed in the chat.
(It also u…
-
**Describe the bug**
When running code on a GPU, if you have a block of shared memory and you broadcast a variable to it, the generated CUDA assigns in serial. In my reproducer, the performance and b…
-
Would I be right in thinking that the DJI firmware is not-currently open source?
There are a couple of elements from a DJI broadcast which I would like to add, such as aircraft yaw and UUID.
Any…
Tissy updated
1 month ago
-
Add a command to broadcast messages to all players as if sent from server console.
-
MWE:
```julia
using BlockArrays
shape1 = (BlockArrays._BlockedUnitRange((2,)),);
shape2 = (BlockArrays._BlockedUnitRange((2,)),);
Base.Broadcast._bcs(shape1, shape2)
# @code_warntype Base.Broadc…
-
### Reverb Version
1.1.0
### Laravel Version
10.48.20
### PHP Version
8.2
### Description
I am running Laravel Reverb on my Kubernetes cluster behind Cloudflare. Sometimes, the backend reports …
-
Provide a function allowing a user to get the broadcast message info from a sprite something like
sprite_get_broadcast_message_info( sprite )
this would return an array or struct that contains a tim…
-
Hi, I've followed the instruction of Musdb-XL-train website, but I got some mismatches between ratio from npy file and musdb_hq dataset.
File "/home3/will/save_musdb_XL_train_wave.py", line 72, in ma…
-
Thanks for this great library...
Is there a way to use UdpServer to read udp broadcast messages?
And second question: is multicast supported?
Thanks in advance for any reply/examples
F.