Skip to content

Instantly share code, notes, and snippets.

View pritishjoshi94's full-sized avatar
🎯
Focusing

Pritish Joshi pritishjoshi94

🎯
Focusing
  • Lentra.ai
  • Pune,Maharastra,India
View GitHub Profile
@pritishjoshi94
pritishjoshi94 / topology.log
Created August 23, 2019 14:47
Storm Topology Log
20:13:50.419 [AsyncLocalizer Executor - 3-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13521ms for sessionid 0x10001e0a5d50054
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13525ms for sessionid 0x10001e0a5d5004d
20:13:50.419 [AsyncLocalizer Executor - 3-SendThread(localhost:2000)] INFO o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13521ms for sessionid 0x10001e0a5d50054, closing socket connection and attempting reconnect
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] INFO o.a.s.s.o.a.z.ClientCnxn - Client session timed out, have not heard from server in 13525ms for sessionid 0x10001e0a5d5004d, closing socket connection and attempting reconnect
20:13:50.419 [AsyncLocalizer Executor - 2-SendThread(localhost:2000)] WARN o.a.s.s.o.a.z.ClientCnxn - Client session timed
@pritishjoshi94
pritishjoshi94 / AuthPreferences.java
Last active November 17, 2017 11:29
A Singleton class for the networking in android
import android.content.Context;
import android.content.SharedPreferences;
/**
* @author Pritsh Joshi on 16-10-2017 10:17 PM.
* <p>
* This is for storing the user session and initialized whenever a user sign up or logs in
*/