https://linen.dev logo
Join DiscordCommunities
Powered by
# openfl
  • b

    best-oil-63421

    08/23/2022, 10:04 PM
    whether its send
  • b

    best-oil-63421

    08/23/2022, 10:04 PM
    or writeString
  • a

    ambitious-knife-25690

    08/23/2022, 10:04 PM
    Did either of you try my suggestion earlier on?
  • c

    curved-king-43987

    08/23/2022, 10:04 PM
    Mag works on a game that I direct called FunkLine, it's a FNF game
  • b

    best-oil-63421

    08/23/2022, 10:05 PM
    what suggestion?
  • a

    ambitious-knife-25690

    08/23/2022, 10:05 PM
    yeah, i don't really need to know that information. We're just here to solve issues :p
  • a

    ambitious-knife-25690

    08/23/2022, 10:05 PM
    What i asked was, are you guys trying to troubleshoot the same issue
  • b

    best-oil-63421

    08/23/2022, 10:05 PM
    yes
  • c

    curved-king-43987

    08/23/2022, 10:05 PM
    That's all that I'm here to do
  • c

    curved-king-43987

    08/23/2022, 10:05 PM
    Yes
  • t

    thousands-state-46635

    08/23/2022, 10:05 PM
    ?
  • a

    ambitious-knife-25690

    08/23/2022, 10:06 PM
    okay, maybe only one of you needs to reply to questions because it's getting confusing tracking different replies. Whoever is the most experienced with the code ideally
  • c

    curved-king-43987

    08/23/2022, 10:06 PM
    Then I will watch
  • b

    best-oil-63421

    08/23/2022, 10:06 PM
    alright
  • a

    ambitious-knife-25690

    08/23/2022, 10:06 PM
    @best-oil-63421
  • b

    best-oil-63421

    08/23/2022, 10:06 PM
    alright
  • b

    best-oil-63421

    08/23/2022, 10:10 PM
    commented it out and it no longer happens
  • a

    ambitious-knife-25690

    08/23/2022, 10:11 PM
    okay so now you definitively know something with the send code causes this error
  • b

    best-oil-63421

    08/23/2022, 10:11 PM
    yeah
  • a

    ambitious-knife-25690

    08/23/2022, 10:11 PM
    can you copy paste the error exactly as it appears?
  • b

    best-oil-63421

    08/23/2022, 10:12 PM
    k
  • a

    ambitious-knife-25690

    08/23/2022, 10:12 PM
    After that, you need to figure out where the issue is actually occurring
  • a

    ambitious-knife-25690

    08/23/2022, 10:12 PM
    the error will likely give a clue
  • b

    best-oil-63421

    08/23/2022, 10:13 PM
    [Error] mphx/connection/NetSock.hx:41 : Failed writing to socket: Eof
  • b

    best-oil-63421

    08/23/2022, 10:13 PM
    hold on ill be back
  • a

    ambitious-knife-25690

    08/23/2022, 10:14 PM
  • a

    ambitious-knife-25690

    08/23/2022, 10:14 PM
    Okay, we see here that the code is quite simple. So we can likely rule out the mphx library as being the issue
  • a

    ambitious-knife-25690

    08/23/2022, 10:16 PM
    Next, you want to make sure there is only one place in your code base that will write to the socket, you do this to minimise the amount of places that can interrupt the debugging process. After that paste your custom writing code
  • l

    loud-salesclerk-7438

    08/23/2022, 10:25 PM
    looking at places that throw EOF it seems you have a low level socket error, unfortunately the actual error code isn't exposed or reported (but that could be patched in a custom version of stdlib or hxcpp). my guess would be either your connection breaks mid-send or your send buffer is full. try sending less data and see if it still happens, and use traces or wireshark to see if your connection breaks.
  • a

    ambitious-knife-25690

    08/23/2022, 10:27 PM
    Good suggestion, was going to recommend just sending something like "Hello"
1...8910...57Latest