-
The easiest way to reproduce this is with using the TCP listener in combination with the `http_ws_server` mock.
**Computer 1**
```bash
$ ./tunnel tcp:0.0.0.0:10080 -r udp:127.0.0.1:51820 -o heade…
-
Hi, i got this error when trying to use it with a JSch client
```
/home/user/>
events.js:292
throw er; // Unhandled 'error' event
^
Error: write EPIPE
at afterWriteDispatche…
-
Hi,
I have an appli where i use telnet.connect like that :
```js
const params = {
host: self.host,
port: 23,
shellPrompt: '~ #',
timeout: 0,
password: '*****',
}
telnet = new Tel…
-
I ran the benchmarks against ruby `2.3.1` and the latest version of eventmachine (`1.2.5`) and the `em-http-fibered` benchmark is constantly coming back as a little slower than `net-http`.
```
…
-
-
### [REQUIRED] Environment info
**firebase-tools:** 13.0.3
**node:** v18.19.0
**Platform:** macOS 14.2.1 (23C71)
### [REQUIRED] Test case
```
firebase emulators…
-
## Expected Behavior
Random connectivity-related exceptions should be recovered from automatically.
## Current Behavior
I’ve noticed data stopped being updated from my DSMR …
-
### Summary
Installing a gem with no arguments (other than ``state: present``) yields the error ``ERROR: Use --install-dir or --user-install but not both`` on Fedora 34. Doesn't reproduce on Debian…
-
Test Case:
```
git checkout https://github.com/temyers/serverspec-aws-it
cd serverspec-aws-it
bundle install
bundle exec rake
```
Expected: the test cases should pass
Actual: An error is gener…
-
Hello @bpom and @yahonda
I see that the changes under this pull#186 request has been released into latest version of ruby-plsql gem (0.8.0).
I have installed the required gems on my machine but …