-
- Point-to-point modes: buffered, ready, synchronous, standard
- Point-to-point nonblocking
- Collective nonblocking
- Exercise: ?
-
Since [Ruby 3.0 sockets are by default nonblocking](https://bugs.ruby-lang.org/issues/17664), which causes issues for `Oj.to_stream` [here](https://github.com/ohler55/oj/blob/7b9a95f2f07046c766b8bdb26…
-
In the course of updating [this](https://github.com/peterhinch/micropython-mqtt/tree/master/mqtt_as) asynchronous MQTT driver I want to make it compatible with ESP32. The code uses a nonblocking socke…
-
Note, I'm going by the documentation here, not by the code.
I'm surprised that you opted to block on `get_event` - that seems not ideal for anything but the most basic tools that just need to pull …
-
when running the many requests tests on node, we get stuck only on the part of "connect" and until we get to the part where we write the connection times out.
Right now even if the socket is nonblock…
-
Hello,
I got an issue using tungstenite with native-tls feature. Sometimes when my project try to connect to a websocket with tungteniste using native-tls, the connection with client_tls panic with…
-
```
@interface Cls
@end
@implementation Cls
- (void)method __attribute__((nonblocking)) {
}
@end
```
The `nonblocking` attribute is silently ignored here.
`ActOnMethodDeclaration` recei…
-
Please make the popup window for editing VMs non-blocking and ideally a separate window.
I cannot start or manage other VMs while I am (for example) reclaiming space on a virtual disk, unless I res…
-
java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intel…
-
I used example pubsubclient/examples/mqtt_reconnect_nonblocking/mqtt_reconnect_nonblocking.ino as base and added work with a button. Thus, If it calls `client.connect(...)` my script is unable to read…
glebv updated
5 years ago