-
```
Before you begin please read the FAQ!
Attention!
Don't post doubles!
Why is it important to find doubles?
Sipdroid is a community project. This is no dropbox for your personal
issue. You need …
-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
I dont know if the filter i created is correct but it doesnt do anything. my goal is to remove all data-outbound-url, data-href-url and data-outbound-expiration attributes from links on reddit.
fil…
-
Currently some async logic is implemented e.g. processing Messages are mainly done async. Still, the code blocks executed asynchronously contains too much logic.
To better scale the Dispatchers sho…
-
this function will lost message or make block if the connection of ovs is closing.
> // Listen for a Shutdown signal or Outbound messages.
func (m *MessageStream) outbound() {
for {
select {
…
-
# Lines of code
https://github.com/code-423n4/2023-11-zetachain/blob/b237708ed5e86f12c4bddabddfd42f001e81941a/repos/node/x/crosschain/keeper/msg_server_add_to_outtx_tracker.go#L34
https://github.com/…
-
https://github.com/team-telnyx/devrel/tree/main/go shows examples of sending and receiving messages and faxes.
Getting voice working with peercalls and the telnyx gateway should be possible.
Set…
-
Inbound and Outbound connection managers need to support dynamic address book changes.
Outbound connection managers need to respond to deltas to the latest address book.
Inbound connection manager…
-
Currently, a websocket client connection is opened and closed for every Dispatch to a inbound websocket JSTP node. The proposal is to optimize by pooling outbound connections and persisting them.