Imgeneus icon indicating copy to clipboard operation
Imgeneus copied to clipboard

Simple, fast and elegant Shaiya socket server built with c# and .NET Core

Results 4 Imgeneus issues
Sort by recently updated
recently updated
newest added

OP CODE, id, title, sender, isOpened?, isDeleted?, items, date, expiry date

Description: Game works normally, until you unequip a character item for inventory. The item disappears in the inventory, but it's hidden there, and debugging pauses setting this error line. Code:...

bug

Hi, I just want to share this because it took me time to identify the unknown. This packet is generated when you purchase an item using EP5. Here is my...

packet structure

While the current asynchronous networking implementation is considerably more scalable, networking in game servers should almost always be synchronous as data races can lead to potentially catastrophic consequences. It is...

architecture