mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 16:02:54 +00:00 
			
		
		
		
	Remove message scope during routing
This commit is contained in:
		@@ -54,7 +54,7 @@ class TFWRouter:
 | 
			
		||||
        self.send_to_websockets = send_to_websockets
 | 
			
		||||
 | 
			
		||||
    def route(self, message):
 | 
			
		||||
        scope = Scope(message.get('scope', 'zmq'))
 | 
			
		||||
        scope = Scope(message.pop('scope', 'zmq'))
 | 
			
		||||
 | 
			
		||||
        routing_table = {
 | 
			
		||||
            Scope.ZMQ: self.send_to_zmq,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user