Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- <SirCmpwn> I am very confused
- <mauke> can you post your code somewhere?
- <SirCmpwn> yes, one moment
- <SirCmpwn> even weirder - it just happened without the ping
- <SirCmpwn> it just stopped recieving anything
- <SirCmpwn> code: http://pastebin.com/raw.php?i=NR5wrnqB
- <mauke> so that's what C# looks like
- <SirCmpwn> if you know C, you can probably get the gist of it
- <mauke> I don't see you responding to PINGs
- <SirCmpwn> that function is derived from the library I mentioned
- <SirCmpwn> one sec, I'll pull up the relevant code
- <SirCmpwn> https://github.com/alexreg/ircdotnet/blob/master/src/IrcDotNet/IrcClient.cs#L251
- <mauke> https://github.com/alexreg/ircdotnet/blob/master/src/IrcDotNet/IrcClient.cs#L531
- <SirCmpwn> mmem
- <SirCmpwn> *h
- <SirCmpwn> SendMessagePong is on 440
- <SirCmpwn> and WriteMessage on 1535
- <mauke> you could try their channel
- <mauke> (##irc.net)
- <SirCmpwn> I'm there
- <SirCmpwn> I don't think it's their problem, after some chatting about
Advertisement
Add Comment
Please, Sign In to add comment