FakeByte / EpicOnlineTransport

A Transport for Mirror using Epic Online Services
MIT License
252 stars 52 forks source link

Fixed problems with Linux version #19

Closed DanielTizon closed 3 years ago

DanielTizon commented 3 years ago

I have fixed errors with linux version (using now libdl.so instead of kernel32.dll to load EOSSDK lib), and I have changed some obsolete functions:

GetMaxBatchSize() ClientSend() ServerSend()

DanielTizon commented 3 years ago

I detected a problem, fixing it and doing a new PR