志宇
志宇
``` panic: invalid rule goroutine 31 [running]: github.com/skycoin/skywire/pkg/routing.Rule.TransportID(0x7f36429890a5, 0x36, 0x36, 0x0, 0x0) /home/evanlinjin/dev/skycoin/skywire/pkg/routing/rule.go:70 +0x13f github.com/skycoin/skywire/pkg/router.(*Router).forwardPacket(0xc0001e08c0, 0xec5640, 0xc00002c138, 0xc0005f6ac6, 0xb, 0x1a, 0x7f36429890a5, 0x36, 0x36, 0x3, ...) /home/evanlinjin/dev/skycoin/skywire/pkg/router/router.go:219 +0x28f github.com/skycoin/skywire/pkg/router.(*Router).handlePacket(0xc0001e08c0, 0xec5640, 0xc00002c138,...
Specs: https://github.com/watercompany/skywire-specs/blob/master/proposals/router2.md#route-finder-changes
Note that this bug only affects usage of the `stcp` network. **Affected branch(es):** Anything above `mainnet-milestone1`. **To reproduce:** Run the interactive environment with the following branches: - `skywire@mainnet-milestone1` - `skywire-services@feature/tcp-transport-services`...
## Context The `app2` module aims to improve on and replace the `app` module (eventually). For now, we should use `app2` to implement direct `dmsg` connections to the skywire hypervisor....
## Description This is a parent issue of multiple sub-issues/sub-PRs. This is provided here for a clear overview of tasks. **From @jdknives on Discord:** > Below the functionality needed for...
Currently, the way how port/app management works does not support the following: 1. Does not allow applications to listen on multiple ports. 2. Couples the idea of routes & loops....
**Description:** Currently, we are very dependent on `(routing.Table).RangeRules()` to search the contents of `routing.Table`. We should have specific search functions for each search (add methods to `routing.Table` interface). **Motivation:** This...
> Depends on PR:#252 ## Description We should depend on transport-discovery to settle transports, otherwise it may lead to some ambiguity. The following changes depend on deterministic Transport IDs (implemented...
We have a clash between tags of whole node level and here on subsystem level. It becames evident in case when all logs are collected by syslog or docker logging...