~dr|z3d
@RN
@RN_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%ardu
%cumlord
+FreefallHeavens
+HowardPlayzOfAdmin
+Onn4l7h
+Onn4|7h
+Rogueone
+Xeha
+profetikla
+qend-irc2p
+r00tobo
+uop23ip
+wew
+xHarr
Anonimouse
Arch
BravoOreo
BubbRubb
C341
Danny
FreeB
Irc2PGuest10122
Irc2PGuest13075
Irc2PGuest24589
Irc2PGuest25570
Irc2PGuest26290
Irc2PGuest43894
Irc2PGuest56593
Leopold_xmpp
Meow
aisle1
anontor
halloy13412
makoto
maylay
moe_
nilbog-
nnm--
not_bob_afk
pisslord
poriori_
pory
r00tobo[2]
shiver_
simprelay
solidx66_
thetia
u5657
zer0bitz
cumlord
Wish there was more on lemmy, aparently we have one but it’s pony related, so I’m told
dr|z3d
want an active forum, help make it happen. just viewing the site doesn't make it happen :)
dr|z3d
ramble.i2p for example.
orignal
bug in i2cp?
orignal
I need to know what happens at i2cp level
dr|z3d
all very speculative, orignal.
orignal
if snark disconnects. why?
orignal
no I'm asking what I2CP event cauases snark to disconnect
orignal
once we know I can tell what's going on
orignal
however I haven't touched i2cp for years
dr|z3d
this had me scratching my head earlier, zzz: git.idk.i2p/i2p-hackers/i2p.i2p/-/commit/cad8fe954e0e4b289c403a282af10ab6c9f96e99
zzz
why
dr|z3d
when the page loads I'll tell you...........
dr|z3d
[...........]
dr|z3d
this:
dr|z3d
if (msg == null)
dr|z3d
msg = ise.toString();
dr|z3d
if msg == null, what's the point of toString() ?
dr|z3d
Maybe I'm misreading it, but to me you should be checking if msg != null?
zzz
Exception.toString() will give you the exception class
zzz
it's not msg.toString(), look again
dr|z3d
gotcha, ok, my bad. thanks for clearing that up.