ByteNet icon indicating copy to clipboard operation
ByteNet copied to clipboard

An advanced, modern networking library for Luau/Roblox

Results 20 ByteNet issues
Sort by recently updated
recently updated
newest added

I think types.luau is missing the definition of the Packet.getListeners() function This line should be added to types.luau: ``` type Packet = { ... getListeners: () -> {(data: T, player:...

type: bug

semble que ce soit la première fois que vous ouvrez un problème dans ce projet !

type: bug

packets.luau Edited wait() that uses table.find on the callback function (storing the index caused weird issues) Added a disconnect function that's returned in .listen [Haven't added an addendum to the...

This may be just a skill issue on my part but anytime id import bytenet in typescript "import ByteNet from "@rbxts/bytenet";" when it would decompile to lua it would come...

type: bug

Type checking doesn't work. Data : unknown

type: bug

![Image](https://github.com/user-attachments/assets/a02add91-996d-41f6-b3b7-269c6a21218a) Reporting on someelses behalf, but it seems you can crash servers using this code.

type: bug

Seems like if you fire an event with sendToAll after firing another event with sendTo or sendToAllExcept or sendToList. The "sendToAll" is fired way before. Line 58 ``` function exported.sendToList(data,...

type: bug

This PR fixes the issue addressed in #21. It sets the achievable property of instances created in Replicated Storage to false.

self-explanatory 1-liner for vector des performance

.wait() stores index as length of listeners. if there's multiple waiting listeners, they will cause eachother's index to be offset when removed. This will lead to loss non-temporary listeners. by...