Questions tagged [connect]

DO NOT USE! This tag is being burninated: https://meta.stackoverflow.com/q/418968/6296561

800 questions
0
votes
2 answers

Cookie and session in towerjs

is there some simple example how to use cookies or sessions in towerjs? I read about Connect Middleware, but I have no experience with it (and unfortunately with node.js also). If examples are not available I will be grateful for any tips…
Marcin Rogacki
  • 501
  • 6
  • 23
0
votes
2 answers

Azure Connect won't connect

Just installed azure connect on my localhost, but it won't connect. I see my machine dbates-HP as a active endpoint in my vistual network/connect section on my azure portal and organized it into a group. I can see in the azure connect portal that…
Duncan
  • 59
  • 1
  • 5
0
votes
2 answers

output to connection request is not atomic

I have created a socket and I am trying to accept the connection. Everything works fine. But, the output is confusing me about how the following code works. // this a server program #include #include #include…
jdek
  • 61
  • 1
  • 8
0
votes
1 answer

nodejs express 3.0

I have a nodejs express 2.0 application and I want to use express 3.0 within it. Tell me please which is state of express 3.0 at now and is there examples of express 3.0 applications? I saw connect 2.0 has been released, so can I use it with express…
Erik
  • 14,060
  • 49
  • 132
  • 218
0
votes
5 answers

Bluetooth on wp7

I need to develop an app, which has to connect to a bluetooth module, how can I do this?
0
votes
1 answer

Headers in static middleware

How can I set headers in Static middleware response? I need to define utf-8 as charset.
Andrey Kon
  • 1,099
  • 2
  • 9
  • 18
-1
votes
1 answer

Minecraft Connection Errors

This is probably on the wrong site, so go ahead and move it if you have to... but I have been getting this same problem for the past week and it's really starting to irritate me. When I try to join my friend's MC server, I get an error saying…
ShoeLace1291
  • 4,551
  • 12
  • 45
  • 81
-1
votes
1 answer

Qt4 using a Class to create a SLOT to control a QWebView's setTextSizeMultiplier using CONNECT with a QSLIDER

Using Qt4, how do I create a Class to create a SLOT to control a QWebView's setTextSizeMultiplier using CONNECT with a QSLIDER. My code: (thesliderbar is QSlider and vweb is QWebView) class webextras { Q_OBJECT::Ui_ywr *pui; public slots: …
yanike
  • 827
  • 3
  • 13
  • 29
-1
votes
1 answer

C# TcpClient Begin/End methods

I'm trying to better understand C# Socket classes. I'm working with a TcpClient object. I'm using it into a Unity (game development) project, so I cannot block the main thread. I would like to use method with Begin/End form like, for example,…
erre
  • 39
  • 2
  • 6
-1
votes
1 answer

VBA Login sage50

I connect to sage50 with VBA code and the application starts - no problem. But then the system aks to put in username and password. How do I subbmit this values by VBA code? I connect sage50 like this: Option Explicit Sub StartSage50() Dim…
Steve
  • 1
-1
votes
1 answer

Profibus with rpi master and slave

I am tasked with building profibus master and slave network using Rpi and Rs-485 convertor . One Rpi will be master and other will be slave. I am using https://github.com/mbuesch/pyprofibus for DP-stack to implement the same. How can I assign…
Zaks
  • 668
  • 1
  • 8
  • 30
-1
votes
1 answer

Datastax DevCenter, fail to connect to cassandra on CentOS7 at VMware 10

I installed cassandra 3.11.3 on VMware workstation 10. also installed CentOS7 in there. after that, i installed datastax DevCenter on windows host pc. the windows version is 10. but I can't connect to cassandra on VM. this is casasndra…
woojin park
  • 41
  • 1
  • 1
  • 5
-1
votes
2 answers

C# back to back requests in WebClient

I'm working a project that web scrapes a table for work. The website I was trying to connect to using C# WebClient libray isn't working as I need to first connect to the Website, then simulate clicking on the "Next button" to go to the next page in…
Jacob Loncar
  • 107
  • 1
  • 2
  • 11
-1
votes
1 answer

How to create 2 form with 1 entity symfony 3

I would like to use one entity to create two forms in Symfony 3.4. My User entity contains: username password email .... I created one form to connect from "User" entity (username, password) I would like to create another one to create form…
user4161023
-1
votes
1 answer

MQTT Broker closing connection as i send connect packet

I am using GL865 V3 to connect to broker(io.adafruit.com) and Paho MQTT as library.when ı send connect packet to Broker ,after a few seconds broker closing server connection and ı cant subscribe or publish. I am pretty sure about my connect packet…