SirCmpwn

Untitled

Jun 17th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. SirCmpwn> I'm writing a client in C#. When freenode sends me a PING, I time out trying to send the PONG back and nothing works from that point forward
  2. <SirCmpwn> I am very confused
  3. <mauke> can you post your code somewhere?
  4. <SirCmpwn> yes, one moment
  5. <SirCmpwn> even weirder - it just happened without the ping
  6. <SirCmpwn> it just stopped recieving anything
  7. <SirCmpwn> code: http://pastebin.com/raw.php?i=NR5wrnqB
  8. <mauke> so that's what C# looks like
  9. <SirCmpwn> if you know C, you can probably get the gist of it
  10. <mauke> I don't see you responding to PINGs
  11. <SirCmpwn> that function is derived from the library I mentioned
  12. <SirCmpwn> one sec, I'll pull up the relevant code
  13. <SirCmpwn> https://github.com/alexreg/ircdotnet/blob/master/src/IrcDotNet/IrcClient.cs#L251
  14. <mauke> https://github.com/alexreg/ircdotnet/blob/master/src/IrcDotNet/IrcClient.cs#L531
  15. <SirCmpwn> mmem
  16. <SirCmpwn> *h
  17. <SirCmpwn> SendMessagePong is on 440
  18. <SirCmpwn> and WriteMessage on 1535
  19. <mauke> you could try their channel
  20. <mauke> (##irc.net)
  21. <SirCmpwn> I'm there
  22. <SirCmpwn> I don't think it's their problem, after some chatting about
Advertisement
Add Comment
Please, Sign In to add comment