server only pulls using linked card

52 Views Asked by At

I have a server that forwards messages from a Linked card to another server with a Network card. This works fine, server 1 (with the linked card) pulls a message from pc, and sends it to server 2(using a network card). the following part doesn't work:

server 1 pulls again, and receives from server 2 using a network card, and server 1 sends that message over to the pc using a linked card.

The problem is that server 1 needs to pull via a network card, and a linked card. server 1 always pulls using the linked card, but not with the network card. is there any way to fix this?

(sorry for bad English)

I use the following code to pull:

local _, _, from, port, _, message = event.pull("modem_message")
0

There are 0 best solutions below