Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs
    1. Home
    2. kishan9907
    3. Best
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Best 1
    • Groups 0

    Best posts made by kishan9907

    • RE: Websocket2.0 just stops after running for 1 min without any errors etc.

      @projectSB see if this helps, I've added below code when I got a similar error

      def on_data(wsapp, message):
              if message != b'\x00':
                  #process data
      
      posted in Python SDK
      K
      kishan9907