Esempio n. 1
0
        def callback(message):
            """
            Callback to be invoked when a response to the START_SESSION request
            is received.
            """

            Sessions.remove(session)

            console.write(message.SerializeToString())
Esempio n. 2
0
        def callback(message):
            """
            Callback to be invoked when a response to the START_SESSION request
            is received.
            """
            
            Sessions.remove(session)

            console.write(message.SerializeToString())