https://mega.nz/file/oYsByBjA#LlVnMGoRJpIlnVoRvF8scn0v8DxMEjBDPtg4r1Zdkxo
patched or whatever
dump the common_config file and change to whatever
exp: 3
mod...
\> api in go
\> ws in dotnetty
\> doesnt like reinventing the wheel
well i wish you the best of luck not reinventing the wheel a third time. can't wait to see your progress though.
DotNetty is literally re-inventing the wheel nowadays, since WS is natively supported by MS.
(what is GB?)
Nitro doesn't just have quirks, I think @TheGeneral mentioned that the way it processes incoming packets are incorrect, hence why you cannot just switch been Nitro and Air without hassle...
Yeah, the flash client definitely serves as a good base, for testing.
Nitro was built around Arc/MS which did do a lot eh to make it work :-D.
Yeah - DotNetty doesn't cut it for me, because you have to "make your own" http protocol initially, which .net web already does for you and then expands...
why not use EFCore?
why use DotNetty when .net core offers a perfectly good TCP socket framework internally? (makes you able to support both WS and TCP with the same handlers)
also remember Nitro is iffy, so you can't build it around Nitro and expect it to work with Air (for example)
Yeah this didn't do the job for me, I had to manually add my enter room method in the FlatAccessible composer, after the user has been accepted.
@JMG thanks for the like, bud. However I don't find this solution suitable, it should actually be requesting LetUserIn event afterwards.